How to restart the some portion of script for number of times ?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to restart my some portion of script for number of times. Script is basically input-math-disp type code... Is there any loop or function to do so ? Please help...thx HAVE A GOOD DAY...
0 件のコメント
採用された回答
Guillaume
2016 年 8 月 26 日
Even better than a loop (or in combination). Extract the portion of script that is repeated into a function that you then call from your script.
その他の回答 (1 件)
Azzi Abdelmalek
2016 年 8 月 22 日
Use a for loop
参考
カテゴリ
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!