Prev: mex problem with MATLAB 2009b install
Next: OPEN AND CLOSE THE APPLICATION EXECUTABLE, an error in MS-DOS and it is MCR OF MATLAB
From: kk KKsingh on 21 May 2010 18:41 Hello all ! I work on matlab which is on my college server and its hard to open the GUI and add the path to it ! so I am wondering is there any way i can add path from the command window of matlab ..i want to include whole folder with its subfolder. I tried this path=(path,'/path/folder') But it includes only folders not any subfolder Thanks kk
From: Steven Lord on 21 May 2010 21:13
"kk KKsingh" <akikumar1983(a)gmail.com> wrote in message news:ht726q$9ec$1(a)fred.mathworks.com... > Hello all ! > > I work on matlab which is on my college server and its hard to open the > GUI and add the path to it ! so I am wondering is there any way i can add > path from the command window > > of matlab ..i want to include whole folder with its subfolder. I tried > this > > path=(path,'/path/folder') > > But it includes only folders not any subfolder Look at ADDPATH, GENPATH, and SAVEPATH. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com |