How to stop a simulation if condition is true

조회 수: 8 (최근 30일)
Fotis
Fotis 2015년 11월 3일
편집: Thorsten 2015년 11월 3일
Hi all
How to I force matlab to stop if a condition that I declare is true? What is the command I should use. I have
if m.water_lp_service > m.water_lp
display('m.water_lp_service exceeds m.water_lp')
end
and besides displaying that, I would like to force matlab to stop. Anyone?

답변 (1개)

Thorsten
Thorsten 2015년 11월 3일
편집: Thorsten 2015년 11월 3일
Put all code after end into the else clause of the if. If the if is within a loop, add a break after the display.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by