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!