Filter löschen
Filter löschen

how to store matlab results in long precision

1 Ansicht (letzte 30 Tage)
Basanta
Basanta am 6 Mai 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..

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by