Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tagwiki:help:octave [2021/06/11 19:26] sbf5 [2. Adding the Tag Tools to your work path] |
tagwiki:help:octave [2021/06/15 20:37] (current) sbf5 [Tag tools Octave help] latest version of Octave |
||
---|---|---|---|
Line 2: | Line 2: | ||
=====Tag tools Octave help===== | =====Tag tools Octave help===== | ||
</page-header> | </page-header> | ||
+ | You may want to double-check that you have the latest version of Octave installed. It will not necessarily work with older versions. | ||
+ | For Windows, Linux or BSD, refer to the GNU page: https://www.gnu.org/software/octave/download | ||
+ | |||
+ | For Mac, octave.app is a great simple option: https://octave-app.org/ or the Octave wiki has other options: https://wiki.octave.org/Octave_for_macOS | ||
=====Tips and tricks===== | =====Tips and tricks===== | ||
====1. Install & load packages required to run the Tag Tools functions==== | ====1. Install & load packages required to run the Tag Tools functions==== | ||
Line 138: | Line 142: | ||
EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe')); | EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe')); | ||
</code> | </code> | ||
- | Do not delete or modify any of the above lines from octaverc, unless you are a power user. | + | Do not delete or modify any of the above lines from octaverc, unless you are a power user. Rather, add lines below these to accomplish what you're after (i.e. loading packages automatically). |
=== Loading packages === | === Loading packages === | ||
Line 150: | Line 154: | ||
EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH)); | EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH)); | ||
EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe')); | EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe')); | ||
+ | |||
+ | pkg load tagtools | ||
## Animal Tag Tools required packages | ## Animal Tag Tools required packages |