matlab - Convert an exponential matrix into number matrix -


i have matrix, say:

corr_a1=[6 2.150000e+003 0 1.175000e+003 3.250000e+000 4.500000e+001]

i want convert said values decimal format, i.e.

a=[6.00 2150.00 1175.00 3.25 45.00]

how do this?

check format.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -