Change variable precision used
Mostra commenti meno recenti
Hi
IDK how I made this to my MATLAB, but it has changed to using only 4 precision digits, how can I fix it to its default which I think might be 32?
for example I get the following answers for these codes:
>>round(pi,9)
ans =
3.1416
>>round(0.55555,3)
ans =
0.5560
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Function Creation 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!