how to store two decimal point number in array
Afficher commentaires plus anciens
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?
Réponses (1)
per isakson
le 4 Mai 2014
Modifié(e) : per isakson
le 7 Mai 2014
val = round( 100*val ) /100;
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!