How do I add a table in GUIDE
Mostrar comentarios más antiguos
I'm trying to add a table to my GUI in guide. This is my first GUI and I'm really confused how I load data into a GUI table. I understand how the uitable command works from the workspace window, or through scripts/functions, but I don't have the slightest clue of where I need to add my snippet of code that makes the table into my GUI. I'm not trying to have users input data, all I need to do is load in lists of names after clicking a button. Sorry this question is so basic, I just can't figure out where I need to add this in my code.
Respuesta aceptada
Más respuestas (1)
Jan
el 16 de Nov. de 2014
1 voto
If you need the action to happen, when a button is clicked, the corresponding code belongs to the butoon's callback function.
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!