How to keep decimal float point only
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Walter Roberson
2021-2-3
0 个投票
https://www.mathworks.com/help/matlab/ref/fix.html
类别
在 帮助中心 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!