how to store two decimal point number in array
Ältere Kommentare anzeigen
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?
Antworten (1)
per isakson
am 4 Mai 2014
Bearbeitet: per isakson
am 7 Mai 2014
val = round( 100*val ) /100;
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!