Import multiple .mat files into GUi
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello I am writing code for gui which will load multiple .mat files, by using uigetfile then process it as following.
- 'Load' button will open up dialog which allows user to choose which files will be processed.(Done)
- It will display the loaded files in 'File List' listbox.(Done)
- Choosing the range of loaded files with 'pop-up' menu.(Files are numbered as same format. e.g.) file1, file2, file3...)
- ' Extract' will be choosing range that user chose, then do the process(already have the code for the process, but I don't know how to choose those specific files to be processed)
The bolded lines are my main question is.
Thanks!
0 commentaires
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!