How to reference an entry in a listbox to a set of values in a table in a guide GUI? Every entry entry in the list box, when clicked should display the corresponding set of values in the table.
Show older comments

Kindly check out the example image attached. When the user presses the + button, the table data gets cleared and an input dialog box prompts the user to enter a name. After entering the name,he presses one more button(not shown in the image) which performs the calculation for populating the table data.
But right now,the table data and the list box are independent of each other. How can I relate both of them ? My next step would be If I am selecting say 'Processing 5' and press the '-' button, the entry from the list box should get deleted along with its corresponding table data.
Thanks In advance.
Accepted Answer
More Answers (0)
Categories
Find more on App Building 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!