필터 지우기
필터 지우기

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 CenterFile Exchange에서 Develop 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