How do I create dropdown lists in gui based on folders, subfolders, and file names
조회 수: 2 (최근 30일)
이전 댓글 표시
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
Jan
2013년 10월 7일
What is your question? What did you try so far? Are you working with GUIDE or do you create your GUI programmatically?
답변 (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!