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!