Command:

getFactorNames (  
char** factorNames
)

What:

Retrieves the names of the factors loaded in the current configuration

Parameters:

factorNames
[char**]
a preallocated array of C-strings where the result of the command should be stored. Not necessary in Matlab

Return:

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

Examples:

name_matrix=getFactorNames()

the command will retrieve the names of the factors in use and put it in the Matlab variable name_matrix


- A Matlab example script using this command set_model_inputs.m

All Factor Commands: