Borrar filtros
Borrar filtros

decimal specification change in a table

1 visualización (últimos 30 días)
mat geek
mat geek el 21 de Abr. de 2019
Comentada: Walter Roberson el 21 de Abr. de 2019
I have my data in a table that the user input as a matrix [a 'time', 'temp' b; c,d]. and assigned the first column to time, and sec column be temperature.
a=table(Time,temp)
And the time variable values was converted from min to hours, but how can I make the time variable show to 2 decimal places in the table.
  1 comentario
Walter Roberson
Walter Roberson el 21 de Abr. de 2019
Is Time a datetime() object or a duration() object, or one of the calendar related time objects ? Or is it just plain numeric?
Which MATLAB release are you using?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Data Type Identification en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by