Filter excel data in GUIs
Show older comments
Hello there!
I am trying to make a GUI which will help me in the analysis of several track data received for some flights. First, I import the big excel file through a push button and then I would like that when I insert in the editable text box the aicraft type for instance, I could filter the loaded excel so that I only have the info related to that type of aircraft only. Or maybe, after I insert the type of aicraft, then a pop-up menu updates with all the flights available for that type of a/c so I can choose the one I want. Is it possible to make this kind of filtering?
Thank you!
Kind regards,
Georgiana
Accepted Answer
More Answers (1)
Georgiana Ursachi
on 31 Jul 2012
0 votes
1 Comment
Brian Munguia
on 1 Aug 2012
You would have to code the separate headers in the separate callbacks for each filter. So for one button callback you will say to create a pop-up with one header and displaying information about that aircraft, and for another callback you will create another pop-up (or use the same pop-up but just change the header and info that's displayed, which will probably be more efficient, but I could be wrong).
Categories
Find more on Data Import from MATLAB 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!