Pushd, Popd, dirs
バージョン 1.0.0.0 (1.81 KB) 作成者:
Dennis Jackson
MATLAB implementation of unix-style pushd, popd, and dirs.
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 Answers で File Operations についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
