フィルターのクリア

on rounding decimals at a specific digit

3 ビュー (過去 30 日間)
Mohammad Farhat
Mohammad Farhat 2018 年 7 月 10 日
回答済み: Brian Cianciola 2018 年 7 月 10 日
Howe can i truncate my decimals at a certain digit, round is not working "Error using sym/round Too many input arguments"

回答 (2 件)

Image Analyst
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.
  1 件のコメント
Mohammad Farhat
Mohammad Farhat 2018 年 7 月 10 日
I have the 2015a version, and the option where I can specify the number of digits is working but not always. I have a matrix of numerical elements (sold(n,m)) when i try in the command window round (sold(1,2), 2) for example it gives the aforementioned error, but when I enter the value instead of sold, it works

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


Brian Cianciola
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.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by