Main Content
registerWorkspaceReader
Class: io.reader
Namespace: io
Syntax
registerWorkspaceReader(obj)
Description
registerWorkspaceReader(
registers the custom
workspace reader specified by obj
)obj
for the Simulation Data Inspector. To use
a custom workspace reader, you must register the reader at the start of each MATLAB® session.
Tip
To verify registration, use the
io.reader.getRegisteredWorkspaceReaders
method.
Input Arguments
Examples
Version History
Introduced in R2020b