how to store two decimal point number in array
Mostrar comentarios más antiguos
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?
Respuestas (1)
per isakson
el 4 de Mayo de 2014
Editada: per isakson
el 7 de Mayo de 2014
val = round( 100*val ) /100;
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!