MATLAB: Matrix in app designer

app designerMATLAB

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

Best Answer

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