convert large number to smaller
古いコメントを表示
I have a large array with numbers like these:
3.2692e+17
However, I want to extraxt the first three numbers, as I am interested in the 32.6 (or 32.7 if rounded). Some numbers are 3.2692e+16 for example, so dividing by e+16 is not working. What is the easiest way to do this?
1 件のコメント
KALYAN ACHARJYA
2019 年 5 月 10 日
編集済み: KALYAN ACHARJYA
2019 年 5 月 10 日
Input=3.2692e+17
Disired Result=32.6
You want convert or extract?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!