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!