How do I change the browsing directory, when clicking the 'Open' icon in the editor, to the current working directory?
조회 수: 4 (최근 30일)
이전 댓글 표시
When I click on the 'Open' icon in the editor, the browsing window that pops up opens the directory of the currently (active), already opened file in the editor. I would like it to always open in the 'current working directory'. Is there a setting to change this?
댓글 수: 0
답변 (1개)
MA
2014년 10월 30일
before open matlab do this: first copy your desired directory then right click on matlab icon, go to "properties" and paste your directory in "start in" and click "ok" Good luck
댓글 수: 2
MA
2014년 11월 2일
another way to do this, writing your desired directory with cd code in the command window, for exmaple my directory is C:\peace\one , you should write code as following:
cd C:\peace\one
you should notice that this directory does exist otherwise it gives you an error
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!