Need to convert my equation in to a decimal number

(9973*sin(1867/500))/80000 + (16813*sin(1867/1000))/20000 - (1187*sin(1867/2000))/1000 - (1187*sin(5601/2000))/3000 + 18619591/40000000
>how to i covert this final answer in to a single decimal num?

回答 (1 件)

Greig
Greig 2015 年 2 月 27 日

0 投票

If by a "single decimal num", you mean round to 1 decimal point, then...
Let X be your big long equation
X2 = round(X*10)/10;
X2 is X rounded to 1dp

カテゴリ

ヘルプ センター および File ExchangeData Type Conversion についてさらに検索

タグ

タグが未入力です。

質問済み:

2015 年 2 月 27 日

回答済み:

2015 年 2 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by