can i run a matlab script for specific number of times automatically
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I have a matlab script and I need to run the program and have to take the o/p for certain amount times..is there any way to do so..or I can use for loop?
thanx
댓글 수: 0
답변 (2개)
Image Analyst
2014년 8월 2일
Of course you can use a for loop, but what does "automatically" mean to you ? Of course you will have to start the m-file with the for loop in it and that is manual, unless you need someway of starting it automatically such as upon launching MATLAB or booting your computer.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!