Navigation

Operators and Keywords

Function List:

C++ API

is_duplicate_entry.m File Reference


Functions

else error ("is_duplicate_entry: expecting matrix argument")
endif else print_usage ()

Variables

function retval
 lx1 = lx-1
 x = sort (reshape (x, 1, lx))
 dx = x(1:lx1) - x(2:lx)

Function Documentation

else error ( "is_duplicate_entry: expecting matrix argument"   ) 

endif else print_usage (  ) 


Variable Documentation

dx = x(1:lx1) - x(2:lx)

lx1 = lx-1

retval

Initial value:

 is_duplicate_entry (x)

  if (nargin == 1)
    if (ismatrix (x))
      lx = numel (x)

x = sort (reshape (x, 1, lx))