Filter löschen
Filter löschen

MATLAB App designer 2019 a

2 Ansichten (letzte 30 Tage)
Hussein Rida
Hussein Rida am 9 Aug. 2020
Beantwortet: Walter Roberson am 10 Aug. 2020
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!

Antworten (1)

Walter Roberson
Walter Roberson am 10 Aug. 2020
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.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by