VEMPTY is the jVarfun module of jLab.

 VEMPTY   Initializes multiple variables to empty sets or empty cell arrays.
 
    [X1,X2, ... XN]=VEMPTY  is equivalent to
 		
       X1=[]; X2=[]; .... XN=[];
 
    thus initializing all the output variables to empty sets.
 
    [X1,X2, ... XN]=VEMPTY('cell') instead initializes the output variables
    to empty cell arrays.
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information 
    (C) 2004--2013 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index