registerFileReader
Class: io.reader
Namespace: io
Register custom file reader for use in the Simulation Data Inspector
Syntax
registerFileReader(obj,ext)
Description
registerFileReader(
registers the custom file reader obj,ext)obj with the Simulation Data Inspector to
use for files with extensions specified by ext. To use a custom file reader
in the Simulation Data Inspector, you must register the reader at the start of each
MATLAB® session.
Tip
To verify registration, use the io.reader.getRegisteredFileReaders method or the io.reader.getSupportedReadersForFile method.
Input Arguments
Examples
Version History
Introduced in R2020b