MATLAB: Why eq says they are not equal

eq

I have two equal vectors a = b. When I check for equality:
y = eq(a, b)
find(y==0)
I get most of values, meaning they are NOT equal.
What would be the reason for this?
N.

Best Answer

Hi Nuchto,
Check this below link:
Related Question