matrix in app designer ?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
alifedjoun
el 13 de Feb. de 2019
Comentada: alifedjoun
el 17 de Feb. de 2019
hello
I am asking how can i display matrix in matlab app desinger ?
1 comentario
Rik
el 13 de Feb. de 2019
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
Respuesta aceptada
Cam Salzberger
el 13 de Feb. de 2019
You can create a uitable, and provide the app handle as the first input argument to it. The matrix can be provided in the 'Data' name-value pair.
-Cam
3 comentarios
Cam Salzberger
el 14 de Feb. de 2019
The documentation page shows an example using a uifigure, which is what the apps in App Designer are. You can check the first example to show providing a matrix to the uitable.
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!