Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how can we put the values obtained in static boxes in matrix form in gui?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
We are using GUI. We have a certain function that uses the inputs given by the user and applies them in mathematical formulas, then gives us the output displayed in several static text boxes. We then want to use these output results and perform some simple mathematical operations on them (example: if we got '6' as an output in a static box, we want it to be displayed as 6*4 in the matrix) and then show them all in matrix form in the same GUI figure. Later, we will find the inverse of this matrix.
0 comentarios
Respuestas (1)
TastyPastry
el 26 de Oct. de 2015
Sounds like you need a uitable().
You can create a uitable() object inside a figure and update it as the user enters input.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!