converting cell values from standard form
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
gummiyummi
le 10 Août 2020
Réponse apportée : gummiyummi
le 10 Août 2020
I did some multiplication/division with cell values in an array. The output is entered into the array as standard form.
array = [3.7505e+03 , 7.2224e+03] and so on
How can I change the notation to the following:
array = [37505 , 72224]
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion 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!