How to simplify unit fractions?

9 次查看(过去 30 天)
u1 = symunit;
u2 = symunit;
x=2*u1.meter;
y=5*u2.millimeter;
frac=x/y
double(frac)
Results in
frac =
(2/5)*([m]/[mm])
Error using symengine
Unable to convert expression into double array.
Error in sym/double (line 700)
Xstr = mupadmex('symobj::double', S.s, 0);
But should result in
frac =
400

采纳的回答

madhan ravi
madhan ravi 2020-7-27
simplify(frac)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by