Setpath: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Modifies and saves current directory | Modifies and saves current directory | ||
===Synopsis=== | ===Synopsis=== | ||
:setpath(''flag'') | :setpath(''flag'') | ||
===Description=== | ===Description=== | ||
SETPATH will modify the MATLAB path to include the current directory and all subdirectories and will save the path to the pathdef.m file. | SETPATH will modify the MATLAB path to include the current directory and all subdirectories and will save the path to the pathdef.m file. | ||
If the optional input ''flag'' i s set to 0 then only the current directory is saved | If the optional input ''flag'' i s set to 0 then only the current directory is saved | ||
===See Also=== | ===See Also=== | ||
[[evriinstall]] | [[evriinstall]] |
Revision as of 15:26, 3 September 2008
Purpose
Modifies and saves current directory
Synopsis
- setpath(flag)
Description
SETPATH will modify the MATLAB path to include the current directory and all subdirectories and will save the path to the pathdef.m file.
If the optional input flag i s set to 0 then only the current directory is saved