rename
Description
rename(
changes the name of each specified variable in connectionObj
,varNames
,newVarNames
)varNames
to its
corresponding new variable name in newVarNames
in the connected data
source connectionObj
. The input arguments varNames
and newVarNames
must have the same dimensions.
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 renames all visible definitions of the variable.
Examples
Input Arguments
Version History
Introduced in R2024a