Precision loss during readtable() in excel which is having mixed datatypes

8 visualizaciones (últimos 30 días)
Shrikanth s
Shrikanth s el 8 de Abr. de 2020
Respondida: Rahul el 17 de Feb. de 2025
Signal Desciription DataType Dimension Value
AV_Trabs Sigal for trasmssion single [1] 0.620000005
When i Read this data in excel via readtable the data 'Value' gets truncated to '0.62'
Please help me with this issue.

Respuestas (1)

Rahul
Rahul el 17 de Feb. de 2025
I understand that there is a precision loss while displaying data read from ecxel using 'readtable'. Some possible workarounds in this situation couble be:
  • Using 'long' format
  • Using 'vpa' function
The following MATLAB Answers can be referred:
The following MathWorks documentations can be referred to know more:
Thanks.

Categorías

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

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by