Info
This question is closed. Reopen it to edit or answer.
save metrix in table in gui
1 view (last 30 days)
Show older comments
i have a gui that contain a pushbutton and table...when click the pushbutton a two dimentional metrix is saved in the table..please can help me in this.
0 Comments
Answers (1)
Walter Roberson
on 17 Dec 2017
Outline:
two_d_data = rand(17,5);
set(handles.uitable1, 'data', two_d_data);
2 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!