DataRecorder
R2026bData recording session for specified SoC hardware board
Description
A DataRecorder object can configure and log data from input
sources on an SoC hardware board connected to MATLAB®. You can save the recorded data to a file for future use to playback in
MATLAB and Simulink® models.
Creation
Create a DataRecorder object using soc.recorder (SoC Blockset)
function.
Properties
Object Functions
addSource (SoC Blockset) | Add an input source to a data recording session |
removeSource (SoC Blockset) | Remove input source from data recording session |
setup (SoC Blockset) | Set up hardware for data recording |
record (SoC Blockset) | Record data from hardware using data recorder object |
isRecording (SoC Blockset) | Get data recording status |
save (SoC Blockset) | Save recorded data from SoC hardware board to file on host PC |
Examples
Version History
Introduced in R2019a
See Also
socHardwareBoard (SoC Blockset) | socFileReader (SoC Blockset) | soc.iosource (SoC Blockset)