Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot

Réponses (1)

ES
ES le 12 Juil 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 commentaires
hadi Shebib
hadi Shebib le 13 Juil 2018
thanks you, yes into GUI i need to import my data and then use it for ploting
hadi Shebib
hadi Shebib le 13 Juil 2018
please how can i code this? my excel data file is called 'edata'

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by