How to ask matlab to run a file?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a .iqy file I would like to run(execute) from m-file. How can I do that?
0 件のコメント
回答 (1 件)
Image Analyst
2016 年 3 月 14 日
Try the system() function. Or you can use ! followed by the program name on the command line. With Windows, you can use winopen().
0 件のコメント
参考
カテゴリ
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!