How to round UP to 1 decimal value?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ramadhan Hakim
am 23 Okt. 2020
Kommentiert: Ramadhan Hakim
am 23 Okt. 2020
Suppose I have a value x = 6.543. I want to round it up to 6.6.
I tried
x = 6.543;
x_round = round(x,1);
But it always returns x_round=6.5
Thanks in advance!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!