フィルターのクリア

how to put in data in a table in a GUIDE user interface

1 回表示 (過去 30 日間)
Adam
Adam 2011 年 10 月 14 日
i have created a user interface with GUIDE, and in that user interface i have a table. I have also made a function which has produced some data:
[handles.MinFreq,handles.MinVolt,handles.MinCurr] = minValue(handles.data{1},10)
x = handles.MinFreq
x =
114044 49864
114042 49865
114046 49867
114040 49869
220525 49871
114038 49872
114048 49872
113935 49874
220523 49874
114036 49875
Now i want to put these data into the table... how can i do this? The function does not create any variable in the MatLab workspace... why is that?

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 10 月 14 日
Typically, you set the data of the table.
set(handles.Tabel,'Data',x}
  2 件のコメント
Adam
Adam 2011 年 10 月 14 日
and handles.Table is af reference to the tag of the table?
Fangjun Jiang
Fangjun Jiang 2011 年 10 月 14 日
Yes.

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

その他の回答 (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