How do you edit a table that has already been set?
Show older comments
I created a GUI using GUIDE, the GUI consists of a (7x3)table and a pushbutton. The pushbutton does some calculations when pushed and places 7 values into the first column in the table and sets it using set(handles.uitable1,'data',x)
After the table is set, I would like to enable the user to edit the other 2 columns.
Is this possible? If so, How can I go about programming this utility?
Thank you in advance,
Cordelle
Answers (0)
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!