Restore previous working directory on MATLAB Startup

This simple program will restore the last working directory on resuming MATLAB
799 téléchargements
Mise à jour 18 mars 2008

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2006b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Environment and Settings dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

1.Typo Error removed
2. Updated the Description part