str2num and commas

조회 수: 12 (최근 30일)
Leor Greenberger
Leor Greenberger 2011년 10월 3일
Hi. str2num doesn't seem to convert '20,000' to 20E3. Instead, it becomes a vector of 2 elements: 20 and 0. Is there a way around this or should I replace the comma in the string with '' before doing string2num? Thanks!

채택된 답변

Krishna
Krishna 2011년 10월 3일
I think str2num considers '20' and '000' as two different strings because of the comma. What is the output that you are looking for? if you use str2double it returns 20000 . Hope that serves your purpose.
  댓글 수: 1
Leor Greenberger
Leor Greenberger 2011년 10월 3일
AH! Yes, I was looking for '20,000' to be converted to 20000.

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

추가 답변 (1개)

Krishna
Krishna 2011년 10월 3일
OK then I think str2double will solve your problem.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by