Borrar filtros
Borrar filtros

how to store matlab results in long precision

1 visualización (últimos 30 días)
Basanta
Basanta el 6 de Mayo de 2011
I am working with long precision values... after performing arithmetic division operation matlab is giving the rounded up result but i need to store the exact long precision value..

Respuestas (1)

Sean de Wolski
Sean de Wolski el 6 de Mayo de 2011
as long as
class(your_result)
is 'double' it is long.
  4 comentarios
Matt Tearle
Matt Tearle el 6 de Mayo de 2011
or use something like fprintf('%16.13f',x) to see the result to whatever precision you want.
Basanta
Basanta el 7 de Mayo de 2011
got it....Thank u..

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by