hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot
0 comentarios
Respuestas (1)
ES
el 12 de Jul. de 2018
Into GUI? Meaning you have an uitable in your GUI?
try xlsread - to read data from excel.
try set(handles.uitable, 'Data', ...) to set the data into the GUI.
2 comentarios
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!