| T O P I C R E V I E W |
| mcasp |
Posted - Oct 11 2007 : 10:10:06 AM I need to add a toolbox (really just a few .p files) to matlab but since I cannot modify the Matlab directory on this machine I am unsure on how to do this. thanks |
| 2 L A T E S T R E P L I E S (Newest First) |
| mcasp |
Posted - Oct 11 2007 : 1:20:08 PM thanks, that worked, I'm still a bit of a matlab newb |
| josh.bizzell |
Posted - Oct 11 2007 : 10:13:42 AM I'm guessing you meant .m files, not .p files. Did the following not work?: >> addpath('\\Place\where\the\toolbox\is\installed');
You could also add the previous line to your startup.m file in your user directory (U:\casp). Josh |