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!