Code covered by the BSD License
test if p ~= q
0001 function tf = ne(p,q) 0002 % test if p ~= q 0003 tf = ~eq(p,q);
Contact us at files@mathworks.com