Uitable's properties

조회 수: 4 (최근 30일)
Mtlb Usr
Mtlb Usr 2011년 2월 17일
Hi,
I want to know which are the properties of uitable with Matlab R2007b. I have tested with several properties that it appear in the user's guide, but I can't run them.
thanks
regards

채택된 답변

Vieniava
Vieniava 2011년 2월 17일
you can simply check the set of properties via:
hT=uitable;
get(hT)
  댓글 수: 1
Mtlb Usr
Mtlb Usr 2011년 2월 17일
Hi Vieniava,
Thank you for u answer.
regards

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Robert Cumming
Robert Cumming 2011년 2월 17일
If I recall, the builtin uitable was in development stage at R2007b, so I used from the FEX http://www.mathworks.com/matlabcentral/fileexchange/11201-uitable in R2007b. Which I found to be a really useful as the TMW version was pretty limited at that stage.
I use both of them now depending on features and whether I need backward (Matlab version) capability.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by