Restore previous working directory on MATLAB Startup

版本 1.0.0.0 (1.4 KB) 作者: Vihang Patil
This simple program will restore the last working directory on resuming MATLAB
799.0 次下载
更新时间 2008/3/18

查看许可证

This simple program will remember your last working directory and will prompt you on resuming MATLAB, whether the user wants to start in the last working directory or not
Just copy the contents of the zip file in the Matlabroot work directory
ex: c:\Matlab\R2006b\work and make sure that its on the path.
i.e type path on MATLAB command prompt and see if the above directory exists in the path. If the "work" directory does not exist on your path, then use the "pathtool" function to add the work directory manually.

引用格式

Vihang Patil (2024). Restore previous working directory on MATLAB Startup (https://www.mathworks.com/matlabcentral/fileexchange/19239-restore-previous-working-directory-on-matlab-startup), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

1.Typo Error removed
2. Updated the Description part