이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: 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 (2026). pushd (https://kr.mathworks.com/matlabcentral/fileexchange/8103-pushd), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Quick Folder Navigation
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.3.0.0 | Added some error trapping to adapt to new outputs of WHICH for built-in functions. |
