Define a custom for loop in MATLAB
5 ビュー (過去 30 日間)
古いコメントを表示
Dear MATLAB Community,
Is there any way to define a custom for loop in MATLAB, similarly to what can be done in C language using macros?
For example, the nested loop foreach() can be defined as:
#define foreach() for (int i=0; i<N; i++) \
for (int j=0; j<N; j++)
without re-writing the double loop and the indexes every time.
Thank you for your help,
Edoardo
0 件のコメント
採用された回答
その他の回答 (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!