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 次查看(过去 30 天)
I wrote following program >> A=[2:0.01:4.17] >> >> ismember(3.35,A)
ans =
0
>> ismember(3.3400,A)
ans =
1

采纳的回答

dpb
dpb 2016-4-26
Recent releases of Matlab have builtin "fuzzy" operations...

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by