CELLENGTH is the jCell module of jLab.

 CELLENGTH  Length of each element in a cell array.
 
    L=CELLENGTH(X) where X is a cell array of N arrays,
 
        X{1}=X1, X{2}=X2,..., X{N}=XN
  
    returns the N x 1 array of lengths L with 
   
       L(1)=LENGTH(X1), L(2)=LENGTH(X2),..., L(N)=LENGTH(XN).
 
    L is the same size as X. 
 
    CELLENGTH requires the cell array X to have four or fewer dimensions.
 
    See also CELLSIZE.
 
    Usage: len=cellength(x);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2009 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index