TO_OVERWRITE is the jCommon module of jLab.

 TO_OVERWRITE Returns a string to overwrite original arguments.
 
    STR=TO_OVERWRITE(N), when called from within an m-file which has
    VARARGIN for the input variable, returns a string which upon
    EVAL(STR) will cause the first N input variables in the caller
    workspace with the values contained in the first N elements of
    VARARGOUT.
 
    See also TO_GRAB_FROM_CALLER.
 
    Usage: eval(to_overwrite(N))
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2001--2006 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index