Sym
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
how can I change format of sym number? For example:
a=sym(2.34353453465464);
b=sym(4.6546455789879324352);
format short
c=a*b
Format short doesn't work.
Thanks
1 comentario
Sean de Wolski
el 1 de Mzo. de 2012
also note, b is converted to double before sym and some precision is lost
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!