Name

export_model — Export a Lolimot model to a .sci file

Calling Sequence

err = export_model(modelname,lolModel,file_type)

Parameters

modelname

the name of the which will be given to the function. The filename will be "modelname.sci".

lolModel

a structure which contains the Lolimot model.

file_type

'scilab' or 'matlab'. The type of file which is to be generated.

err

if a problem occurred during the creation of the file, err is set to %T.

Description

  • This function exports a Lolimot model into a .sci file.

See Also

estim_der_lolimot , estim_lolimot , estim_vec_lolimot , learn_valid_lolimot , write_lolimot , read_lolimot , plot_lolimot_part , update_lolimot , export_der_model

Authors

Yann COLLETTE

(ycollet@freesurf.fr)