Import multiple .mat files into GUi
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!