The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

LTFATSETDEFAULTS  Set default parameters of function

   `ltfatsetdefaults(fname,...)` sets the default parameters to be the
   parameters specified at the end of the list of input arguments.

   `ltfatsetdefaults(fname)` clears any default parameters for the function
   `fname`.

   `ltfatsetdefaults('clearall')` clears all defaults from all functions.

   See also: ltfatgetdefaults, ltfatstart

Package: ltfat