フィルターのクリア

MATLAB App designer 2019 a

2 ビュー (過去 30 日間)
Hussein Rida
Hussein Rida 2020 年 8 月 9 日
回答済み: Walter Roberson 2020 年 8 月 10 日
I want to import an excel sheet, that i will use it as a database.
How can i use a push button, when i click this button, the table will be generated, and i can select from the table a row.
Thank you!

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 8 月 10 日
readtable() and set the table itself as the Data property of a uitable() .
Use a CellSelectionCallback https://www.mathworks.com/help/matlab/ref/matlab.ui.control.tableappd-properties.html#bvboy7l-1-CellSelectionCallback to get a callback when the user clicks on the table.

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by