VSQUEEZE is the jVarfun module of jLab.

 VSQUEEZE   Squeezes multiple input arguments simultaneously.
 
    [Y1,Y2, ... YN]=VSQUEEZE(X1,X2, ... XN) is equivalent to   
 		
       Y1=SQUEEZE(X1); Y2=SQUEEZE(X2); ... YN=SQUEEZE(XN);
 
    VSQUEEZE(X1,X2,...XN) with no output arguments overwrites the 
    original input variables.
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2004--2015 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index