matrix in app designer ?

6 ビュー (過去 30 日間)
alifedjoun
alifedjoun 2019 年 2 月 13 日
コメント済み: alifedjoun 2019 年 2 月 17 日
hello
I am asking how can i display matrix in matlab app desinger ?
  1 件のコメント
Rik
Rik 2019 年 2 月 13 日
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.

サインインしてコメントする。

採用された回答

Cam Salzberger
Cam Salzberger 2019 年 2 月 13 日
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 件のコメント
Cam Salzberger
Cam Salzberger 2019 年 2 月 14 日
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.
alifedjoun
alifedjoun 2019 年 2 月 17 日
thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by