How to edit the script to run cmd?
9 ビュー (過去 30 日間)
古いコメントを表示
Hello
I want to run program cmd in Matlab and i want to build a iterative process. So I want to run the script in cmd via Matlab, but after typing
system('cmd')
the script seems to be useless and I can only deal with the data in the command window. I want to write commands in the script and run it conveniently ?
Thanks in advance
1 件のコメント
Jan
2013 年 7 月 15 日
system starts a command shell already, so starting another instance of CMD from within seems to be useless. Which script do you want to run?
参考
カテゴリ
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!