For the general functions, local users at the GFI, might be best helped just adding the path with
addpath('/home2/even/matlab/evenmat/')
while local users at NERSC, must do it like this
addpath('/home/even/matlab/evenmat/')
For the toolboxes, just change the last directory name as described in the table below. The rest of you can download and put the files anywhere in your path.
There are no references to specific function-directories in any of my functions.
| Box | Description | Documentation | Download | Sub-directory |
|---|---|---|---|---|
| M_Namebox | An addition to M_Map | web-page | m_namebox.zip / m_namebox.tar.gz | m_namebox |
| EvenEof | EOF-analysis | contents.m | eveneof.zip / eveneof.tar.gz | eveneof |
| EvenMat | My functions | evenmat.m | evenmat.zip / evenmat.tar.gz | evenmat |
Most of my functions (except M_namebox) use other functions in my library. Since I am changing, debugging and expanding the functions as I work, I do not want to include any functions as subroutines in the code of other functions. Furthermore, the whole library develops with me and my work, and many functions are interlinked. It is totally beyond my work-schedule to make any attempt to give an overview of what function uses what other functions, and even if I did the referenced functions will most likely refer to other functions again, and so on. EvenMat is a whole package and you are advised to take it all.
Links to more matlab toolboxes can be found at ...