フィルターのクリア

How can i reset axes and edittext?

1 回表示 (過去 30 日間)
Carole
Carole 2012 年 11 月 7 日
I have a GUI that with 2 axes and 2 edittext. I would like to clear those with a button. how can i do this? thanks

採用された回答

Grzegorz Knor
Grzegorz Knor 2012 年 11 月 7 日
So add a button and in its callback fucntion write code which clear axis and edittext field.
i.e.
cla(handles.axis1)
set(handles.Edit1,'String','')
Of course handles.axis1 and handles.Edit1 you have to change to your own handles.
  1 件のコメント
Carole
Carole 2012 年 11 月 7 日
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by