Filter löschen
Filter löschen

Large Ratios to decimal

9 Ansichten (letzte 30 Tage)
Kenneth
Kenneth am 9 Apr. 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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Apr. 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 Kommentar
Kenneth
Kenneth am 9 Apr. 2011
Yeah I was using the symbolic toolbox again, I forgot to mention that in my question. Thank you Walter!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Paulo Silva
Paulo Silva am 9 Apr. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by