hello
I am asking how can i display matrix in matlab app desinger ?

1 Comment

Rik
Rik on 13 Feb 2019
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.

Sign in to comment.

 Accepted Answer

Cam Salzberger
Cam Salzberger on 13 Feb 2019

1 vote

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 Comments

Where can i find an exemple of it ?
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.
thanks

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Release

R2018a

Community Treasure Hunt

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

Start Hunting!