MATLAB: MATLAB’s accuracy of digits number

accuracydigits

Hi to everyone,
I am dealing with satellite data with accurancy of 25 digits. As I know MATLAB provides computations with maximum 16 digits (long e format). Is there any way to process these data with 25 digits accuracy, because i dont want these values to be rounded?
Thanks a lot
Diamantes

Best Answer

Do you have the Symbolic Math Toolbox? If so, then:
Related Question