Borrar filtros
Borrar filtros

Uitable's properties

4 visualizaciones (últimos 30 días)
Mtlb Usr
Mtlb Usr el 17 de Feb. de 2011
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

Respuesta aceptada

Vieniava
Vieniava el 17 de Feb. de 2011
you can simply check the set of properties via:
hT=uitable;
get(hT)
  1 comentario
Mtlb Usr
Mtlb Usr el 17 de Feb. de 2011
Hi Vieniava,
Thank you for u answer.
regards

Iniciar sesión para comentar.

Más respuestas (1)

Robert Cumming
Robert Cumming el 17 de Feb. de 2011
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.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by