how to select choose only two place after a decimal point in a equation file.

1 vue (au cours des 30 derniers jours)
jeffin
jeffin le 20 Nov 2018
Modifié(e) : madhan ravi le 20 Nov 2018
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.

Réponses (1)

madhan ravi
madhan ravi le 20 Nov 2018
Modifié(e) : madhan ravi le 20 Nov 2018
y = 2.35363 +a(7.636436356)
y = vpa(y,2)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by