Home > freetb4matlab > optimization > optimget.m

optimget

PURPOSE ^

% Return a specific option from a structure created by

SYNOPSIS ^

function retval = optimget (options, parname, default)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} optimget (@var{options}, @var{parname})
% @deftypefnx {Function File} {} optimget (@var{options}, @var{parname}, @var{default})
% Return a specific option from a structure created by 
% @code{optimset}.  If @var{parname} is not a field of the @var{options}
% structure, return @var{default} if supplied, otherwise return an 
% empty matrix.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003