Code covered by the BSD License  

Highlights from
Matgraph

from Matgraph by Ed Scheinerman
Toolbox for working with simple, undirected graphs

Description of ne

ne

PURPOSE ^

test if p ~= q

SYNOPSIS ^

function tf = ne(p,q)

DESCRIPTION ^

 test if p ~= q

CROSS-REFERENCE INFORMATION ^

This function calls:
  • eq test if p == q
This function is called by:

SOURCE CODE ^

0001 function tf = ne(p,q)
0002 % test if p ~= q
0003 tf = ~eq(p,q);

Generated on Thu 13-Mar-2008 14:23:52 by m2html © 2003

Contact us at files@mathworks.com