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!