ismember function and find function in the matlab is not responding for some values? Please check this issue and guide me..Only for 3.3500 value is is giving 0 answer.

1 view (last 30 days)
I wrote following program >> A=[2:0.01:4.17] >> >> ismember(3.35,A)
ans =
0
>> ismember(3.3400,A)
ans =
1

Accepted Answer

dpb
dpb on 26 Apr 2016
Recent releases of Matlab have builtin "fuzzy" operations...

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!