how to store two decimal point number in array
5 visualizzazioni (ultimi 30 giorni)
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?
0 Commenti
Risposte (1)
per isakson
il 4 Mag 2014
Modificato: per isakson
il 7 Mag 2014
val = round( 100*val ) /100;
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!