how to add course directory to search path?
Mostra commenti meno recenti
hello . . i tried to use lbg compression algorithm. in that it mention'The problems for this computer lesson deals with quantization (both scalar and vector quantization). We use Matlab to solve the problems. In order for Matlab to nd the images and some of the functions, you must add the course directory to the search path:
>> addpath /site/edu/icg/tsbk02/matlab/
but i am unable to understand how to add course directory to search path. can anyone tell me what is meant by course directory and search path and the way by which i can add course directory to search path.
Risposte (2)
Walter Roberson
il 18 Set 2012
At the MATLAB command window, give the command
addpath /site/edu/icg/tsbk02/matlab/
2 Commenti
Reddi Santosh
il 18 Set 2012
Modificato: Reddi Santosh
il 18 Set 2012
Walter Roberson
il 18 Set 2012
If you are running MATLAB on a Linux machine, you need to use / instead of \ between the parts. If you are typing it in with the / and the message is reporting with \ then it implies that you are running on an MS Windows machine but they expect you to be running on a Linux machine, possibly on a Linux server. They might be expecting you to run a program such as VNC to connect to a Linux server.
Ken Atwell
il 19 Set 2012
0 voti
Presumably you've downloaded this software, or it is available on a local network you have access to. If not, get the software first. If addpath is causing you trouble, try typing pathtool instead. Click the "Add Folder" button and navigate graphically to the "msbk02/matlab" folder, wherever this may be on your system.
Categorie
Scopri di più su Search Path in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!