isConsistent
Determine whether variable definitions visible to connected data source are consistent
Since R2024a
Description
isConsistent( returns
connectionObj)1 (true) if variable definitions are consistent in
the connected data source connectionObj, and 0
(false) otherwise.
isConsistent(
returns a logical array whose elements are connectionObj,varNames)1 (true) if
the corresponding variable in varNames has consistent definitions in
the connected data source connectionObj, and 0
(false) otherwise. An element in the logical array is
1 (true) if the corresponding variable does not
exist in the connected data source.
Examples
Input Arguments
Version History
Introduced in R2024a