Command:

loadSampleCfg (  
char* file
)

What:

Loads a sample previously stored in a file

Parameters:

file
[char*]
file name and path where the stored sample 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:


loadSampleCfg('sample.sam')

this command in Matlab loads the sample stored in the file sample.sam in the current directory.


- A Matlab example script using this command manage_samples.m

All Sample Commands: