How to stop if else condition after it executes only once.

조회 수: 3 (최근 30일)
RUPESH TATTE
RUPESH TATTE 2021년 6월 26일
편집: Jonas 2021년 6월 27일
I have created a simulink block to execute if else condition. But, I need to stop this condition after it exucute once. How to do it?
  댓글 수: 3
RUPESH TATTE
RUPESH TATTE 2021년 6월 26일
편집: RUPESH TATTE 2021년 6월 26일
Below is my if else condition simulink model. In this model, I want output to be zero when voltage is varrying from 0 to 2.2 volt shown in 2nd figure, but it should not be zero when voltage varrying from 2.2 to 0 volt. Means I want this if else condition to be executed only once.
Soniya Jain
Soniya Jain 2021년 6월 27일
I am not sure but you can try to use "persistent" variable in your code, persistent means that the variable will still remember its value the next time the function is called. Refer a MATLAB Answer https://www.mathworks.com/matlabcentral/answers/113017-only-check-if-statement-once-or-disable-code-block-after-1-check

댓글을 달려면 로그인하십시오.

답변 (1개)

Jonas
Jonas 2021년 6월 27일
편집: Jonas 2021년 6월 27일
Put your blocks inside an enabled subsystem, and use the outputs of your if-else block to disable the subsystem itself.

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by