if condition inside another
이전 댓글 표시
I want to write if condition inside if condition such that
if ...
'statement'
elseif...
'statement'
if....
'statement'
else
'statement'
end
else
'statement'
end
Is there a logical problem here, because the program gives me an unexpected result?
Thanks
댓글 수: 2
Geoff Hayes
2014년 5월 3일
What is the unexpected result? Posting the code might offer some more clues.
Image Analyst
2014년 5월 3일
Are you stepping through the code with the debugger to see which blocks it enters and which it does not enter?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Octave에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!