Home > freetb4matlab > NaN > unique2.m

unique2

PURPOSE ^

UNIQUE

SYNOPSIS ^

function [y,i,j]=unique(x,opt)

DESCRIPTION ^

 UNIQUE 
 
  y = unique(x [,opt])
  [y,i,j] = unique(...)

 DIM    dimension
    1 MEAN of columns
    2 MEAN of rows
     N MEAN of  N-th dimension 
    default or []: first DIMENSION, with more than 1 element

 opt    options 
    'rows' 

 features:
 - can deal with NaN's (missing values)
 - compatible to Matlab and Octave

 see also: SUMSKIPNAN

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003