Search table and assign to uitable in gui using GUIDE

1 vue (au cours des 30 derniers jours)
Nikhil Tamhankar
Nikhil Tamhankar le 25 Nov 2017
Réponse apportée : BhaTTa le 28 Nov 2024
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

Réponses (1)

BhaTTa
BhaTTa le 28 Nov 2024
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.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by