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.
Show older comments
I wrote following program >> A=[2:0.01:4.17] >> >> ismember(3.35,A)
ans =
0
>> ismember(3.3400,A)
ans =
1
1 Comment
etc. etc.
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!