How do I create dropdown lists in gui based on folders, subfolders, and file names
3 views (last 30 days)
Show older comments
Hi,
I have a large amount of data that I want to process and view in a plot in a GUI. To get to the data that needs to be plotted, There are 4 folders (aka levels) that the user needs to select. In other words, the first drop down list has to have a list of the 30 folders in the data set. The second dropdown list has to have a list of the 4 folders that are in the folder specified by the first dropdown list. The third dropdown shows all the folders in the folder indicated in the second dropdown, and the fourth shows all the files in the folder indicated in the third list. The file selected in the fourth list will then be read, analyzed, and graphed. The number of subfolders within a given folder varies. Please help!
Thanks.
2 Comments
Jan
on 7 Oct 2013
What is your question? What did you try so far? Are you working with GUIDE or do you create your GUI programmatically?
Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!