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

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 27 de Jul. de 2020

Respondida:

el 27 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by