how to store two decimal point number in array
이전 댓글 표시
I have some data like 0.23456789 and i want to store it in array like 0.23..Can anyone tell how to store in array?
답변 (1개)
per isakson
2014년 5월 4일
편집: per isakson
2014년 5월 7일
val = round( 100*val ) /100;
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!