| Contents | Index |
MLStartDir(path)
MLStartDir path
out = MLStartDir(path)
MLStartDir(path) sets the MATLAB working folder after startup. Use this syntax when working directly in a worksheet.
MLStartDir path sets the MATLAB working folder after startup. Use this syntax in a VBA macro.
out = MLStartDir(path) lets you catch errors when executing MLStartDir in a VBA macro. If MLStartDir fails, then out is a string containing error code. Otherwise, out is 0.
This function does not work like the standard Microsoft Windows Start In setting, because it does not automatically run startup.m or matlabrc.m in the specified folder.
The working folder changes only if you run MATLAB after you run this function. Running this function while MATLAB is running does not change the working folder for the current session. In this case, MATLAB uses the specified folder as the working folder when it is restarted.
path |
Path to the new MATLAB working folder after startup. |
out |
0 if the command succeeded. Otherwise, a string containing error code. |
Set the MATLAB working folder to d:\work after startup:
MLStartDir ("d:\work")
If your folder path includes a space, embed the path in single quotation marks within double quotation marks.
Set the MATLAB working folder to d:\my work:
MLStartDir ("'d:\my work'")

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |