How to keep decimal float point only
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 3 Fév 2021
0 votes
https://www.mathworks.com/help/matlab/ref/fix.html
Catégories
En savoir plus sur Dates and Time dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!