Clear Filters
Clear Filters

Adding Multiple Set of Data in Uitable

1 view (last 30 days)
ElevenFourth
ElevenFourth on 11 Apr 2013
Hello friends,
I am a newbie in matlab, so I really need your help. I currently have 4 GUIs using guide. A listbox, a pushbutton, an edit text box, and uitable. What I am planning to do is : Typing a title of data in the edit text box (for example : 'Data A'), and by clicking the pushbutton, the title typed may appear in the listbox. And when I fill the data in the uitable, it would be specific for the 'Data A'.
Then I if I want to add another set of data, I would just simply type another title ('Data B'), and click the pushbutton so it would appear in the listbox. And the listbox would automatically select the 'Data B' (new inserted title). Also, the uitable would reset but does not erase the previous data which was filled in the uitable for 'Data A'.
Then, if I select 'Data A' in the listbox, the first set of data in the uitable would appear again, and so on.
The number of row in 'Data A' and 'Data B' may be different. How can I possibly do this?
Thank you in advance !
  1 Comment
Jan
Jan on 11 Apr 2013
This is a vague question and an answer would required a lot of guessing. Could you offer some existing code, such that expanding is easier than writing from scratch?

Sign in to comment.

Answers (0)

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!