open folder in workspace problem
이전 댓글 표시
hi everybody,
how can i open folder in the workspace not use openvar function? please help me!
(folder size large for example 1x47200)
댓글 수: 1
Walter Roberson
2013년 3월 5일
Please clarify what you mean by "open folder in the workspace"? What result do you expect, in which window?
답변 (2개)
Image Analyst
2013년 3월 6일
How about the cd() function:
filebrowser; % Display current folder panel.
cd('c:\users\oguzhan'); % Or whatever folder you want.
댓글 수: 1
Image Analyst
2013년 3월 6일
You can use the system() command if you want to run an operating system command.
Oguzhan Isleyen
2013년 3월 6일
0 개 추천
댓글 수: 1
Image Analyst
2013년 3월 6일
Is this an "Answer"? Or should it have been a comment to my Answer?
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!