How to add a property to the handles?
古いコメントを表示
I'm creating GUI using guide. I added a new handles, but it does not contain any property (like struct). Please advice.
採用された回答
その他の回答 (3 件)
Luffy
2012 年 7 月 10 日
Let me explain it for an edit box(assuming Tag is 1)
x = get(handles.edit1,'String');
set(handles.edit1,'String',z);
Now similarly use get & set to get & set properties via handles of Objects
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!