Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
save metrix in table in gui
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 17 Dez. 2017
Outline:
two_d_data = rand(17,5);
set(handles.uitable1, 'data', two_d_data);
2 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!