If Else statement problem
조회 수: 23 (최근 30일)
이전 댓글 표시
if(P1>=P1min)&(P1<=P1max)
fprintf 'Machine 1 is in limits'
*elseif*
(P2>=P2min)&(P2<=P2max)
fprintf 'Machine 2 is in limits'
else
P1=P1max
P2=pd-(P1max+P3min)
P3=P3min
end
end
end
What is the error in ELSE IF statement. matlab gives me this error
"Expression or statement is incomplete or incorrect."
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!