How to keep decimal float point only
Ältere Kommentare anzeigen
I could not find any answer about this. So I have a float number (a=323.153), I wanna output look like this with keeping decimal point only:
>> a=323.
What format shall I use?
Thanks.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 3 Feb. 2021
0 Stimmen
https://www.mathworks.com/help/matlab/ref/fix.html
Kategorien
Mehr zu Dates and Time finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!