필터 지우기
필터 지우기

Filter excel data in GUIs

조회 수: 3 (최근 30일)
Georgiana Ursachi
Georgiana Ursachi 2012년 7월 30일
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

채택된 답변

Brian Munguia
Brian Munguia 2012년 7월 30일
Yes. Do you import then create separate arrays, or is it all one array? Either way it shouldn't give you very much trouble.

추가 답변 (1개)

Georgiana Ursachi
Georgiana Ursachi 2012년 7월 31일
Hey Brian, I import it then create separate arrays and believe it or not, it does give me troubles(rookie).I managed to make an update with the heading for the pop-ups, but I don;t know how to do the same for the case in which the filter is applied. I have to link somehow all these.. Can you help me it some hints?
Thank you! Regards,
Georgiana
  댓글 수: 1
Brian Munguia
Brian Munguia 2012년 8월 1일
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).

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by