Display number with units in scientific notation (format compact)
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jared Pagett
le 14 Juil 2020
Réponse apportée : madhan ravi
le 14 Juil 2020
Example:
u = symunit;
m_Sr84 = 83.913430 * u.m_u;
unitConvert(m_Sr84,u.kg)
The output is
ans =
0.00000000000000000000000013934152872740444672207576264548*[kg]
I'd naturally like to by default display this in scientific notation. Running "format compact" has no effect. How can this be achieved?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox 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!