How to set flags in MATLAB?
조회 수: 44 (최근 30일)
이전 댓글 표시
How to set flags in MATLAB ,,
flag1=0;
Do this;
flag2=1;
Do this;
댓글 수: 1
Jan
2013년 1월 4일
The question is not clear yet. The shown code runs without problems, but I guess you want to get a specific behavior but did not explain this.
답변 (2개)
Muruganandham Subramanian
2013년 1월 4일
편집: Muruganandham Subramanian
2013년 1월 4일
Do this, by if() operation
e.g.
if a==0
%do this
else if a==1
%do this
end
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!