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!