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!