Borrar filtros
Borrar filtros

Large Ratios to decimal

9 visualizaciones (últimos 30 días)
Kenneth
Kenneth el 9 de Abr. de 2011
I'm trying to plug in values into an equation but the output is giving me the answer in terms of large ratios instead of in decimal form. How do I tell Matlab to give me an answer in decimal format?

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Abr. de 2011
If this is a purely numeric question, then Paulo's answer of changing your format is the one to look at.
If this is something computed using the symbolic toolbox, then use double() to convert the number to a MATLAB double precision number, or use vpa() to evaluate to a symbolic number with as many decimal places as you wish to see the answer to.
  1 comentario
Kenneth
Kenneth el 9 de Abr. de 2011
Yeah I was using the symbolic toolbox again, I forgot to mention that in my question. Thank you Walter!

Iniciar sesión para comentar.

Más respuestas (1)

Paulo Silva
Paulo Silva el 9 de Abr. de 2011

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by