필터 지우기
필터 지우기

Get the row number from a uitable component

조회 수: 2 (최근 30일)
Giovanni
Giovanni 2011년 9월 6일
Hi everyone,
I have a question regardind how to obtain the number of the selected row inside a uitable component. I saw on the older versions was quite easy, but I couldn´t find any helpful documentation about the new version.
With the old version was easily possible to get the row number using the getSelectedRow property of uitable.
Basically I have created a GUI, using guide, containing 4 axes elements, where I plot 4 graphics, and an uitable containing some datas. Each point on the x axis of the graphics, corresponds to a row number of the uitable.
What I would like now to do, is to select for instance a row from the table, and use the row number to draw a marker at the corresponding index value on the graphics.
Can anyone give me some useful tips?

답변 (2개)

Walter Roberson
Walter Roberson 2011년 9월 6일
Record the indices at the time of the cell selection, by using a CellSelectionCallback; see http://www.mathworks.com/help/techdoc/ref/uitableproperties.html#brhbsk0

Giovanni
Giovanni 2011년 9월 7일
Thanks a lot!

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by