How to make this a real number
Mostra commenti meno recenti
Hello,
My MatLab code outputs this 1.3357e+03 and I think this can be converted to a number like 1335.7.
I would like the MatLab function that will help me convert it.
Thanks for your help.
1 Commento
Hasan
il 20 Dic 2022
vpa(ans)
Risposta accettata
Più risposte (2)
Jurgen
il 30 Nov 2012
0 voti
sprintf?
Walter Roberson
il 30 Nov 2012
format long g
1 Commento
Matt Fig
il 30 Nov 2012
Even
format short g
gets it.
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!