Search table and assign to uitable in gui using GUIDE
4 views (last 30 days)
Show older comments
Hello. I have created a table having 3 columns and several rows in matlab by reading a ascii text file. Now I need to populate the uitable in the gui created by GUIDE using the previous created table. For eg. when I type a name in the 1st column of uitable, the code should search the name in the 1st column of the previous table and assign the numeric values from the 2nd and 3rd column corresponding to this name, to the 2nd and 3rd columns in the uitable. Can anyone help with how to program this in GUIDE? Thanks in advance
0 Comments
Answers (1)
BhaTTa
on 28 Nov 2024 at 12:01
Hey @Nikhil Tamhankar, Its good to use MATLAB App designer to achieve you requirement, you can create a table in MATLAB App designer and add a callback that would have logic to fill the table accordingly.
0 Comments
See Also
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!