Search table and assign to uitable in gui using GUIDE

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

Respuestas (1)

BhaTTa
BhaTTa el 28 de Nov. de 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.

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Nov. de 2017

Respondida:

el 28 de Nov. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by