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!