How do you edit a table that has already been set?

1 view (last 30 days)
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 Migrate GUIDE Apps 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!