dear sir,
Euc_dist =
[ 1.0e+013 *
0.0106 1.9718]
Euc_dist is an example matrix which has the above value. but i dont want 1.0e+013,i m interested only in the remaining value i.e [0.0106 1.9718]how to get it
No products are associated with this question.
Euc_dist = 1.0e+013 *[ 0.0106 1.9718] x=Euc_dist/1.0e+013
a = 1.0e+013 * [ 0.0106 1.9718] out = a.*10.^-max(floor(log10(a)))
1 Comment
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/50284#comment_104003
duplicate is http://www.mathworks.co.uk/matlabcentral/answers/50281-how-to-convert-exponentional-number-into-a-decimal-number