- Create a button, whose callback...
- ...opens a window to choose a file by uigetfile.
- Then run xlsread to import the contents.
How do I load an array of data from excel into my GUI?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have made a GUI which uses manually entered values in edit boxes to run .As there are many values to be entered, it is tedious. So, I need an option (probably a pushbutton) which when clicked, asks the filename and location of the excel file and loads data from it.The GUI uses this data to run.How do I go about doing this?
0 commentaires
Réponse acceptée
Jan
le 17 Déc 2012
An alternative could be a uitable or inputdlg.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!