Main Content
supportsVariable
Class: io.reader
Namespace: io
Syntax
supported = supportsVariable(obj,var)
Description
returns the logical value supported
= supportsVariable(obj
,var
)supported
that indicates whether the custom
workspace reader specified by obj
supports the variable specified by
var
. When you write a custom workspace reader, you must implement the
supportsVariable
method in the class definition.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2020b