Convert an array into floating numbers
23 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I have an dataset(49 by 9). I want to convert an array(49 by 1) in the dataset from exponential notation (e.g 1.003 e +03) into floating numbers.
0 commentaires
Réponses (1)
Matt J
le 11 Juin 2013
Modifié(e) : Matt J
le 11 Juin 2013
Use STR2DOUBLE or STR2NUM.
10 commentaires
Matt J
le 11 Juin 2013
Modifié(e) : Matt J
le 11 Juin 2013
When I open the dataset
You mean when you open it in the Variable Editor? Under the "View" menu, and within that under the "Numeric Array Format" menu there are options to change the way numbers are displayed (short, long, etc...). It is very similar to the FORMAT command.
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!