Command:

saveSampleCfg (  
char* file
)

What:

Saves the current sample in a file

Parameters:

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


saveSampleCfg('sample.sam')

this command in Matlab saves the current sample in the file sample.sam in the current directory.

- A Matlab example script using this command manage_samples.m

All Sample Commands: