Command:

loadFactorCfg (  
const char* fileName
)

What:

Loads the factors configuration stored in the file given as parameter

Parameters:

fileName
[char*]
file name and path where the stored factors configuration is. If no path is provided the current directory is taken as default

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred


Examples:

loadFactorCfg('config1.fac')

the factors configuration stored in the file config1.fac in the current directory will be restored

- A Matlab example script using this command set_model_inputs.m

All Factor Commands: