필터 지우기
필터 지우기

Creating a Table in MATLAB App with popup window option

조회 수: 42 (최근 30일)
muhammad ahmad
muhammad ahmad 2022년 12월 20일
답변: Amit Dhakite 2023년 2월 17일
I am trying to create a table in MATLAB GUI . I want to show some coulmns data only when required . It may appear in a pop up window at the end of each row or with hovering mouse over rows . How can i do this in app designer ?

답변 (1개)

Amit Dhakite
Amit Dhakite 2023년 2월 17일
Hi Muhammad Ahmad,
As per my understanding, you want to show the data of some columns of a table only when it is required.
In order to do so, you can use callbacks present in UITable. One callback you can use here is "CellSelectionCallback", which will be called once you click any cell of the table. In that callback you can highlight the data or show the data of the cell in a pop up window according to your needs.
For further information, kindly refer to the following link:

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by