필터 지우기
필터 지우기

fill edit text value based on some requirement of if

조회 수: 2 (최근 30일)
timothy lienanto
timothy lienanto 2020년 11월 18일
댓글: Cris LaPierre 2020년 12월 7일
i have a problem when i want try to change the edit field value using if it seem doesnt work.
if bbox==Bug(i)
app.EditField.Value = 'there is a pet';
elseif box==bug(detectedImg)
app.EditField.Value = 'there is a pet';
else
app.EditField.Value = 'there isno pet';
end
end
  댓글 수: 3
timothy lienanto
timothy lienanto 2020년 11월 19일
They show error that i cant change the edit value. Bbox bug(i) bug detectedImg is a condition that can be met
Cris LaPierre
Cris LaPierre 2020년 12월 7일
Share the complete error message (all the red text)

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by