How can i convert a scientific number to a decimal normal number?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I got this result from matlab
TotalD3 =
1.0e+003 *
2.1112 2.2224 2.2438 2.2732 2.3358 2.3784 2.4183 2.4425 2.4658 2.4805
I want to convert this scientific result to decimal normal number like 2110 2222 ...
0 commentaires
Réponse acceptée
Walter Roberson
le 12 Sep 2013
Give the command
format f
and redisplay the information.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Multirate Signal Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!