現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This expands on the operation of the built-in ROUND function to provide functionality to round to a given number of decimal places. For example,
>> round(pi)
ans =
3
>> round2dp(pi,3)
ans =
3.142
引用
Andrew (2026). ROUND2DP (https://jp.mathworks.com/matlabcentral/fileexchange/24213-round2dp), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: round2
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
