Define a custom for loop in MATLAB

조회 수: 7 (최근 30일)
Edoardo Cipriano
Edoardo Cipriano 2023년 8월 6일
답변: Walter Roberson 2023년 8월 6일
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

채택된 답변

Walter Roberson
Walter Roberson 2023년 8월 6일
No, there is no way to do that.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by