open a folder outside of MATLAB
58 ビュー (過去 30 日間)
古いコメントを表示
The folder is in this directory: G:\name1\inputs. I want to open input folder, outside of MATLAB by command. any idea?
0 件のコメント
採用された回答
Matt Kindig
2012 年 8 月 6 日
編集済み: Matt Kindig
2012 年 8 月 6 日
I am assuming by your directory structure you have Windows:
winopen('G:\name1\inputs');
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!