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!