MATLAB 7.5 doesn't calculate the whole operation

1 visualización (últimos 30 días)
María
María el 3 de Abr. de 2013
Hello! I'm working with MATLAB 7.5 and, in some occasions, when I make operations like sin(9283471987573/982489578238954) and press enter, it only writes it, but not the solution. How can I avoid it?
Sorry if I made some grammatical mistake, english is not my first language.

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Abr. de 2013
If you are using the symbolic toolbox, use vpa() to evaluate it as decimal.
If the symbolic expression does not contain any symbols, then you can use double() to convert it to a double precision number.
  1 comentario
María
María el 3 de Abr. de 2013
Wow! That works! Thank you very much, I've been fighting with it for weeks

Iniciar sesión para comentar.

Más respuestas (1)

Carlos
Carlos el 3 de Abr. de 2013
Editada: Carlos el 3 de Abr. de 2013
Try typing
format long
in your command window.

Community Treasure Hunt

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

Start Hunting!

Translated by