Export Labeled Signal Sets and Signal Label Definitions
At the end of a labeling session, you can export any signal sets that you labeled or any label
definitions that you created. You can export labeled signal sets and definitions to
MAT-files or to the MATLAB® Workspace. You can also export labeled signal sets to Diagnostic Feature
Designer (Predictive Maintenance Toolbox). Signal Labeler exports labeled signals as
labeledSignalSet
objects.
Export Label Definitions
To export signal label definitions, click Export on the
Labeler tab and select To Workspace
or To File
under Label
Definitions
. In the dialog box, specify the name of a variable or
MAT-file. The specified file or variable contains an array of signalLabelDefinition
objects with all the definitions you created, imported, and modified in the current
Signal Labeler session.
Note
If you want to reuse signal label definitions created during a Signal Labeler session, you must export the definitions to a MAT-file and import them in a subsequent session.
Export Labeled Signal Sets
To export new labeled signal sets, click Export on the
Labeler tab and select To Workspace
or To File
under Labeled Signal
Sets
. In the dialog box, specify the name of a variable or MAT-file
and an optional brief description. The variable or file contains a labeledSignalSet
object that merges all the signals, label definitions,
and label values that you created, imported, and modified in the current Signal
Labeler session. All signals that contain time information are converted to
MATLAB timetables.
Note
When exporting labeled signal sets, Signal Labeler converts all
signals with time information to timetables. This conversion results in a deeper
hierarchy of nested channels in the exported labeledSignalSet
object. You can see the deeper hierarchy if you import the labeled signal set
again into the app.
To export labeled signal sets to Diagnostic
Feature Designer, click Export on the
Labeler tab and select To Diagnostic Feature
Designer
under Labeled Signal Sets
.
Signal Labeler exports the labeled signal set and opens the
Diagnostic Feature Designer app. You must have a Predictive Maintenance Toolbox™ license to use Diagnostic Feature Designer. (since R2024b)
See Also
Apps
- Signal Analyzer | Signal Labeler | Diagnostic Feature Designer (Predictive Maintenance Toolbox)
Objects
Related Examples
- Label Signal Attributes, Regions of Interest, and Points
- Label ECG Signals and Track Progress
- Examine Labeled Signal Set
- Automate Signal Labeling with Custom Functions
- Label Spoken Words in Audio Signals
More About
- Use Signal Labeler App
- Import Data into Signal Labeler
- Create or Import Signal Label Definitions
- Label Signals Interactively or Automatically
- Custom Labeling Functions
- Customize Labeling View
- Spectrogram Computation in Signal Labeler
- Feature Extraction Using Signal Labeler
- Dashboard
- Signal Labeler Usage Tips