Import from MAT
Description
In SAFE you can import .mat
files to make it convenient to process and compare data from MATLAB. To use the import functions
you need some specific keys in you MAT file. It is required to have a dataX
and dataY
and fs
keys for data.
Output
The output is MxN
and is the data from the .mat
file. To get an output the correct keys must be included in the MAT file.
Attributes
Attribute | Value |
---|---|
Name | ImportMat |
Settings | |
Path | ' ' |
Outputs | 1 |
Name
Name specifies the name of the block.
Path
Path specifies the path to the .mat
file and will open a file explorer.
Outputs
Outputs specifies the number of output(s) the block will have. Each output will output the same .mat
import.