Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

ismember is not supported for fixed-point conversion

2 Ansichten (letzte 30 Tage)
Life is Wonderful
Life is Wonderful am 18 Mär. 2020
Geschlossen: Life is Wonderful am 22 Mär. 2020
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 Kommentare
Life is Wonderful
Life is Wonderful am 22 Mär. 2020
No worries. Thanks a lot for your help.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by