how to convert exponentional number into a decimal number
3 ビュー (過去 30 日間)
古いコメントを表示
dear sir, i m calculating euclidean distance between two vector,the output is in terms of exponential as 1.0635e+011 but i m need of decimal number as .0106
please do me a favour
0 件のコメント
回答 (2 件)
Matt J
2012 年 10 月 9 日
>> z=1.0635e+011 %What you have
z =
1.0635e+11
>> z/1e13 %What you've asked for
ans =
0.0106
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!