Need to convert my equation in to a decimal number
조회 수: 6 (최근 30일)
이전 댓글 표시
(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?
댓글 수: 0
답변 (1개)
Greig
2015년 2월 27일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!