How to format data in table?

24 visualizaciones (últimos 30 días)
Brian
Brian el 5 de Nov. de 2011
I have a function that opens a figure and prints data to a table. The numbers are formatted in scientific notation, how can I change that? I tried format ShortG but it doesn't affect the table. Thank you!
  3 comentarios
Walter Roberson
Walter Roberson el 5 de Nov. de 2011
The "format" command *only* affects disp() and display() .
Brian
Brian el 6 de Nov. de 2011
Yes, it is a UITABLE. I just want in regular numbers, e.g. 1437.5 not 1.4375e+03

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Nov. de 2011
There is no provision to do that in uitable(). When you indicate the format for the column in uitable(), then the only supported alternate format available for numeric entries is 'bank'.
The alternative is to store your entries as character strings.

Más respuestas (0)

Categorías

Más información sobre Tables 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