how to switch on a function for a specific condition is met

 채택된 답변

Walter Roberson
Walter Roberson 2017년 3월 20일
function_is_on = false;
...
while true
...
if function_is_on; call_function(); end
...
if condition_is_met; function_is_on = true; end
...
end

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Desktop에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2017년 3월 20일

답변:

2017년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by