how to select choose only two place after a decimal point in a equation file.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a equation y= 2.35363 +a(7.636436356).
i am expecting my output to be
y= 2.35 +a(7.63)
Kindly help me.
0 commentaires
Réponses (1)
madhan ravi
le 20 Nov 2018
Modifié(e) : madhan ravi
le 20 Nov 2018
y = 2.35363 +a(7.636436356)
y = vpa(y,2)
0 commentaires
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox 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!