フィルターのクリア

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 Center および File ExchangeMATLAB Mobile Fundamentals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by