How to extract the exponential term?

조회 수: 5 (최근 30일)
Rajashree Annapillai
Rajashree Annapillai 2018년 8월 26일
댓글: Rajashree Annapillai 2018년 8월 26일
If I am having a number like 1.2346e+02 ,then I want to print only the exponent value (i.e. 02) as a result. How can I do this.Please anyone help me with this.

채택된 답변

Aquatris
Aquatris 2018년 8월 26일
Here is one way;
floor(log10(1.2346e+02))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by