フィルターのクリア

Getting Output Matrix from GUIDE

4 ビュー (過去 30 日間)
Tim Schaller
Tim Schaller 2022 年 11 月 16 日
回答済み: Voss 2022 年 11 月 16 日
Hi Guys,
I created a Matlab GUI guide to Dispaly some graphs, but I also need to get an output box, where you copy a matrix of the points from the plots.
The Matrix is called A, the dimension is 195x3, so you can't just display all of it in a small EDIT-Box.
I tried it with the code
set(handles.edit7,'String' , A )
But that only works for other Outputs of the 1x1, but not for Matrices.
I hope somebody can held me, or knows what i can do with it.
Thank you!

採用された回答

Voss
Voss 2022 年 11 月 16 日
Maybe use a uitable rather than an edit box.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by