Command:
loadSampleCfg ( |
|
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')
- A Matlab example script using this command manage_samples.m