フィルターのクリア

table input in GUI

7 ビュー (過去 30 日間)
sarah
sarah 2015 年 6 月 3 日
コメント済み: Patrick Perales 2019 年 3 月 27 日
Hi guys,
I'm making a table format X and Y i.e. I'm creating a interactive gui which allows users to put experimental data. Would anyone know how to call the table i.e. get table data that the user inputs in GUI? Would anyone know?
Thanks.

採用された回答

Ingrid
Ingrid 2015 年 6 月 3 日
userData = get(handles.uitabletag,'Data');
  2 件のコメント
sarah
sarah 2015 年 6 月 3 日
編集済み: sarah 2015 年 6 月 3 日
Thanks. would you know how to convert this into an array or column matrix?
Patrick Perales
Patrick Perales 2019 年 3 月 27 日
Can you explain to me how you got the edit boxes to interact correctly with the table? For example, I have a code that allows the user to input the X and Y coordinates into edit boxes, then by clicking a button the vaules are to be stored into a table located in the gui. Only the first coordiante will pop up in the table, however after every other plot the coordiante from before is deleted.
Any advice is appreciated. Thank you.

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

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