필터 지우기
필터 지우기

When using checkbox, how do I cancel the last check?

조회 수: 2 (최근 30일)
han han
han han 2020년 3월 21일
편집: han han 2020년 3월 21일
checkbox3_value=get(handles.checkbox3, 'Value');
if checkbox3_value == 1
a = [0:10]';
b = num2str(a); c = cellstr(b);
text(Nodelocation(:,2), Nodelocation(:,3), c);
else
end
How to not display text when else?
I tried delete and visible but it just doesn't work.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Mobile Fundamentals에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by