how to round the decimal values
1 回表示 (過去 30 日間)
古いコメントを表示
how to round up the decimal values in to integers.
0 件のコメント
採用された回答
その他の回答 (1 件)
Roger Stafford
2013 年 9 月 18 日
If I understand what you mean by "round up" to integers, you need the 'ceil' function:
ceil(3.01) --> 4
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!