フィルターのクリア

Large Ratios to decimal

9 ビュー (過去 30 日間)
Kenneth
Kenneth 2011 年 4 月 9 日
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?

採用された回答

Walter Roberson
Walter Roberson 2011 年 4 月 9 日
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 件のコメント
Kenneth
Kenneth 2011 年 4 月 9 日
Yeah I was using the symbolic toolbox again, I forgot to mention that in my question. Thank you Walter!

サインインしてコメントする。

その他の回答 (1 件)

Paulo Silva
Paulo Silva 2011 年 4 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by