Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
save metrix in table in gui
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 17 de Dic. de 2017
Outline:
two_d_data = rand(17,5);
set(handles.uitable1, 'data', two_d_data);
2 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!