How do I round a number with a specific tolerance in MATLAB?

8 ビュー (過去 30 日間)
Karl
Karl 2022 年 9 月 11 日
回答済み: Walter Roberson 2022 年 9 月 11 日
Hi all, I am simply trying to set .004 as the tolerance when a number will round up for a variable. So if my variable calculates something like 2.334 or higher .001-.005, it will round to 2.34... if it calculates to 2.333 or lower .001-.002, it will round to 2.33.

採用された回答

Walter Roberson
Walter Roberson 2022 年 9 月 11 日
round(YourMatrix + 0.001, 2)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by