ml_morlabopts
Option struct generator for MORLAB functions.
Contents
Syntax
ml_morlabopts(fname) opts = ml_morlabopts(fname)
Description
This function can be used to generate an option structure for the MORLAB function specified by fname. The structure is filled with empty arrays such that the default values of the MORLAB function are called. For the choice of the default values, call this function without an output argument or see the documentation of the corresponding function.
Input
fname - character array, the name of the function for which the option struct is requested
Output
opts - struct, the desired option structure for a MORLAB function
See Also