decresing decimal point of integer

조회 수: 2 (최근 30일)
Kobi
Kobi 2014년 9월 2일
답변: José-Luis 2014년 9월 2일
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일
result = floor(your_num.*100)./100

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by