pushd
by Peter (PB) Bodin
26 Jul 2005
(Updated 03 Dec 2009)
MATLAB version of pushd & popd, both available in UNIX/Linux and DOS. Adds some Matlab specific feat
|
Watch this File
|
| File Information |
| Description |
PUSHD(directory/file-spec) stores the current working directory and changes current directory to the one specified in the string directory-spec. To get back to the stored directory call POPD, see help popd. PUSHD cal also be used to jump to a directory containing a specified file.
PUSHD stores the current directory. Go back to the pushed directory using POPD, see help popd.
PUSHD stores a stack of pushed directories. Calling POPD will pop you one step up the stack.
These two files, PUSHD and POPD are intended to mimic the functions with the same names in UNIX/Linux and DOS. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
GOTO: Go to a directory containing a file
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 09 Aug 2005 |
John D'Errico
|
|
|
| 11 Aug 2005 |
Peter Bodin
|
|
|
| 14 Aug 2005 |
John D'Errico
|
|
|
| Updates |
| 27 Jul 2005 |
Changed from using setappdata to setpref in order to make the pushed dir available in separate MATLAB sessions. |
| 10 Aug 2005 |
Fixed a bug. Added stack functionality. |
| 11 Aug 2005 |
Simplified the code. |
| 12 Aug 2005 |
Bug fix. |
| 15 Aug 2005 |
Added some error trapping. |
| 03 Dec 2009 |
Added some error trapping to adapt to new outputs of WHICH for built-in functions. |
|
Contact us at files@mathworks.com