pushd

版本 1.3.0.0 (3.2 KB) 作者: Peter (PB) Bodin
MATLAB version of pushd & popd, both available in UNIX/Linux and DOS. Adds some Matlab specific feat
2.2K 次下载
更新时间 2009/12/3

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

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.

引用格式

Peter (PB) Bodin (2024). pushd (https://www.mathworks.com/matlabcentral/fileexchange/8103-pushd), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息
致谢

参考作品: Quick Folder Navigation

Community Treasure Hunt

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

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

Added some error trapping to adapt to new outputs of WHICH for built-in functions.