Export to MAT
Description
In SAFE you can export .mat
files to make it convenient to process and compare data in MATLAB. The export functions will export
some specific keys in your MAT file that you can use. The two most important being dataX
and dataY
.
Input
The input is MxN
and is a dataset.
Attributes
Attribute | Value |
---|---|
Name | ExportToMat |
File Name | ☐ ExportToMat |
Path | $project/ExportToWav |
Overwrite | True |
Inputs | 1 |
Name
Name specifies the name of the block.
File Name
File name specifies the name of the mat file or files that SAFE should create if it does not exists.
Path
Path specifies the path where the exported .mat
file should be placed.
Overwrite
Overwrite specifies if True
when an export happens, the new export should overwrite an existing file with the same name, or
if False
creates a new file with the same name + (1).
Inputs
Inputs specifies the number of inputs(s) the block will have. Currently there can only be a single input.