how to round the decimal values
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how to round up the decimal values in to integers.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Roger Stafford
am 18 Sep. 2013
If I understand what you mean by "round up" to integers, you need the 'ceil' function:
ceil(3.01) --> 4
Siehe auch
Kategorien
Mehr zu Elementary Math finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!