Clear Filters
Clear Filters

Large Ratios to decimal

9 views (last 30 days)
Kenneth
Kenneth on 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?

Accepted Answer

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

Sign in to comment.

More Answers (1)

Paulo Silva
Paulo Silva on 9 Apr 2011

Community Treasure Hunt

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

Start Hunting!