how to store two decimal point number in array
Mostra commenti meno recenti
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?
Risposte (1)
per isakson
il 4 Mag 2014
Modificato: per isakson
il 7 Mag 2014
val = round( 100*val ) /100;
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!