clear
Description
clear(
removes the specified variables connectionObj,varNames)varNames from the connected data source
connectionObj. The function does not return an error if the variable
does not exist.
If the data connection can access multiple definitions of the same variable (for example, in a data dictionary and in a referenced dictionary), the function removes all definitions matching the specified variable names.
Note
For better performance, when clearing multiple variables in a connected data source,
call the clear function once with a vector of the variable names
rather than calling the function for each variable individually.
Examples
Input Arguments
Version History
Introduced in R2024a