exporting excel in windows standalone app in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matija Kosak
le 4 Juil 2018
Réponse apportée : Walter Roberson
le 4 Juil 2018
Can I have function xlsread('myfile.xlsx') in windows standalone function but I wish to select file i want matlab to read. For example I make app to find biggest number in matrix, and I want to import that matrix from xlsx file I want to choose.
0 commentaires
Réponse acceptée
Walter Roberson
le 4 Juil 2018
You can use uigetfile to get a file name and directory from the user. Use fullfile() to create a complete file name from those two pieces of information.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps 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!