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