Bug in 2020a using "ismember"?

조회 수: 2 (최근 30일)
J AI
J AI 2020년 6월 23일
댓글: dpb 2020년 6월 24일
When I am trying to use the "ismember" command in 2020a, I get werid stuffs. e.g.,
A = [1 2 3;
4 5 6;
7 8 9];
B = [4 5 6];
[Result,LocResult] = ismember(B,A,'rows')
is giving me
Result =
logical
0
LocResult =
0
Am i doing something wrong here? I was expecting to get
Result =
1
LocResult =
2
  댓글 수: 5
J AI
J AI 2020년 6월 24일
편집: J AI 2020년 6월 24일
I had past problems where restart worked but nothing of this sort. must be magic! I am not sure how to accept comment as an answer though
dpb
dpb 2020년 6월 24일
'S OK...sometimes just the conversation is good enough... :)

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

답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by