How to edit the script to run cmd?
5 次查看(过去 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!