Restore previous working directory on MATLAB Startup

버전 1.0.0.0 (1.37 KB) 작성자: Vihang Patil
This simple program will restore the last working directory on resuming MATLAB
다운로드 수: 799
업데이트 날짜: 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