hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot

1 visualizzazione (ultimi 30 giorni)
hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot

Risposte (1)

ES
ES il 12 Lug 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.

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by