How many exact decimals can offer Matlab?
Mostra commenti meno recenti
Hi, everybody. I would like to know how many exact decimals can offer Matlab. I did a program to calculate Viete sums and run it and I can see only 4 exact decimals in the answers. Thats all matlab can offer or there is a setting where I can change precision? Thank you, Daniela
Risposta accettata
Più risposte (1)
Jonathan Sullivan
il 2 Apr 2012
Change the display format.
Try:
format long
X % Your variable
Categorie
Scopri di più su Dates and Time in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!