필터 지우기
필터 지우기

how to covert this number 1.8287e+03??

조회 수: 2 (최근 30일)
rihan jericho
rihan jericho 2018년 1월 30일
편집: rihan jericho 2018년 1월 31일
for example , 1.8287e+03 into something like 18287000?
  댓글 수: 1
Rik
Rik 2018년 1월 30일
What is your original format? Numerical or string? And do you mean the output should be a string?

댓글을 달려면 로그인하십시오.

채택된 답변

Guillaume
Guillaume 2018년 1월 30일
I suspect you need to learn about the format function. Note that this function only changes the way the numbers are displayed. The numbers will still be stored exactly the "normal" same way in memory.
My preference is
format longg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by