How to keep decimal float point only
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 3 de Feb. de 2021
0 votos
https://www.mathworks.com/help/matlab/ref/fix.html
Categorías
Más información sobre Dates and Time en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!