Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

ismember is not supported for fixed-point conversion

조회 수: 1 (최근 30일)
Life is Wonderful
Life is Wonderful 2020년 3월 18일
마감: Life is Wonderful 2020년 3월 22일
I am coverting the floating point to fixed point using Matlab coder
Below is code
function isOut = Verify_ismember_data()
Y = 51;
locs = 4;
isOut = ismember(1:Y,locs); % I tried isOut = all(ismember(Y,locs)) & intersect- this does not help
plot(isOut,'b-x','Linewidth',2);
ismember is not supported for fixed-point conversion.
  댓글 수: 7
Adam Danz
Adam Danz 2020년 3월 20일
I'm afraid I don't have enough experience with Matlab Coder to be of much assistance here.
Life is Wonderful
Life is Wonderful 2020년 3월 22일
No worries. Thanks a lot for your help.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by