Import multiple .mat files into GUi
1 回表示 (過去 30 日間)
古いコメントを表示
Hello I am writing code for gui which will load multiple .mat files, by using uigetfile then process it as following.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166695/image.jpeg)
- '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!