is it a bug?

조회 수: 2 (최근 30일)
G A
G A 2019년 7월 7일
편집: per isakson 2019년 7월 7일
str2num('"abc"')
ans =
"abc"
  댓글 수: 2
Image Analyst
Image Analyst 2019년 7월 7일
What were you expecting to see?
G A
G A 2019년 7월 7일
편집: G A 2019년 7월 7일
In the version r2015b, the answer was []. I do not think that "abc" is a number.

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

채택된 답변

per isakson
per isakson 2019년 7월 7일
편집: per isakson 2019년 7월 7일
I call this a bug.
My comments
The last lines of str2num() read
if ischar(x) || iscell(x)
x = [];
ok = false;
end
Adding || isstring to the condition solves the problem - I think.

추가 답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by