matrix in app designer ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
alifedjoun
am 13 Feb. 2019
Kommentiert: alifedjoun
am 17 Feb. 2019
hello
I am asking how can i display matrix in matlab app desinger ?
1 Kommentar
Rik
am 13 Feb. 2019
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
Akzeptierte Antwort
Cam Salzberger
am 13 Feb. 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 Kommentare
Cam Salzberger
am 14 Feb. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!