Main Content
unregisterFileReader
Class: io.reader
Namespace: io
Syntax
unregisterFileReader(obj,ext)
Description
unregisterFileReader(
unregisters the custom file reader specified by obj
,ext
)obj
for the extensions
specified by ext
. All custom file and workspace variable readers are
unregistered when you close MATLAB®.
Tip
To verify the unregister operation, use the io.reader.getRegisteredFileReaders
method or the io.reader.getSupportedReadersForFile
method.
Input Arguments
Examples
Version History
Introduced in R2020b