Pushd, Popd, dirs

MATLAB implementation of unix-style pushd, popd, and dirs.
ダウンロード: 755
更新 2004/4/5

ライセンスの表示

pushd, popd, and dirs implement a unix-style directory stack. It uses a global variable to hold the stack.

Example usage:
> cd myDir
myDir> pushd( 'anotherDir' )
anotherDir> %excute commands here
anotherDir> dirs
myDir
anotherDir> popd
myDir> % back to where you started

引用

Dennis Jackson (2026). Pushd, Popd, dirs (https://jp.mathworks.com/matlabcentral/fileexchange/4707-pushd-popd-dirs), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0