how can i do this? i have this number: 1.23484057 and i only need it to be 1.23

 채택된 답변

José-Luis
José-Luis 2014년 9월 2일

0 개 추천

result = floor(your_num.*100)./100

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 NaNs에 대해 자세히 알아보기

제품

태그

질문:

2014년 9월 2일

답변:

2014년 9월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by