Name

init_param — Initialize the structure which will handles the parameters list

Calling Sequence

param_list = init_param()

Parameters

param_list

an initialized list of parameters (this list is empty and is of type plist).

Description

This function initialize an empty list of parameters. You must initialize the list of parameters before using it.

Examples

 
mylist = init_param();
mylist = add_param(mylist,'minbound',[0 0 0]);
 

See Also

add_param , set_param , get_param , remove_param , is_param

Authors

collette

ycollet@freesurf.fr