how to get update data from uitable to pushbutton callback
Show older comments
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...
Answers (3)
Image Analyst
on 10 Jul 2011
0 votes
Not sure - just a wild guess - but you may need to call guidata() before you try to retrieve the data with get().
Hadha
on 10 Jul 2011
0 votes
Oleg Komarov
on 10 Jul 2011
set(handles.uitable2,'data',magic(m,n))
where m and n should match the dimension of you uitable.
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!