- function R = ne(A,B)
- %NE Laurent matrices inequality test.
- % NE(A,B) returns 1 if the two Laurent matrices A and B
- % are different and 0 otherwise.
- % M. Misiti, Y. Misiti, G. Oppenheim, J.M. Poggi 29-Mar-2001.
- % Last Revision 12-Jun-2003.
- % Copyright 1995-2004 The MathWorks, Inc.
- % $Revision: 1.1.6.2 $ $Date: 2004/04/13 00:39:19 $
- R = ~eq(A,B);