on rounding decimals at a specific digit
조회 수: 2 (최근 30일)
이전 댓글 표시
Howe can i truncate my decimals at a certain digit, round is not working "Error using sym/round Too many input arguments"
댓글 수: 0
답변 (2개)
Image Analyst
2018년 7월 10일
Evidently you have an old version of MATLAB where you can't specify the number of digits in round(), but you're calling round with the second argument as if you did have a modern version.
It seems you forgot to fill out your release when you were making the post so no one knows what version you have, so all I can say (unless you add your release) is that you have an old version before the number of digits option was introduced.
Brian Cianciola
2018년 7월 10일
I can't be exactly sure since I can't see your code, but I think what you're looking for is the roundn() function.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!