how to get update data from uitable to pushbutton callback
古いコメントを表示
I have a problem with my program, I don't know how to get update data from uitable to pushbutton callback, I use this Cdata = get(handles.uitable2,'data'); but the data from uitable cannot update if I change this data from activated figure, please help me...
回答 (3 件)
Image Analyst
2011 年 7 月 10 日
0 投票
Not sure - just a wild guess - but you may need to call guidata() before you try to retrieve the data with get().
Oleg Komarov
2011 年 7 月 10 日
set(handles.uitable2,'data',magic(m,n))
where m and n should match the dimension of you uitable.
カテゴリ
ヘルプ センター および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!