how to use the value of a cell from uitable-appdesigner after push a button

4 ビュー (過去 30 日間)
emmanuel kuete
emmanuel kuete 2020 年 5 月 1 日
回答済み: Ameer Hamza 2020 年 5 月 1 日
i want to create an app with app designer , so i use an uitable to get the permission of the app's user to insert her value. But now my app wiill use each part of cell separately to execute a code after the user push a button.
now my problems is how i can get the value which enters by user to execute my code.

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 5 月 1 日
You can use the handle of the uitable to get the data inside it in the form of a table object
data = app.UITable.Data;
app.UITable is the handle of the uitable in app designer. Change it according to the name of you uitable.

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