target.upgrade
Syntax
Description
target.upgrade(
uses an upgrade procedure to create objects from data definitions in current artifacts. The
function creates upgraderForRegistrationMechanism
, pathToRegistrationFile
)registerUpgradedTargets.m
in the current working
folder.
To register the upgraded data definitions with MATLAB®, run registerUpgradedTargets()
.
For persistence across MATLAB sessions, run registerUpgradedTargets('UserInstall',
true)
.
target.upgrade(___,
specifies
additional options using one or more name-value pair arguments.Name,Value
)
Examples
Upgrade Hardware Device Data Definitions
For a workflow example that uses the function, see Upgrade Data Definitions for Hardware Devices.
Input Arguments
Version History
Introduced in R2019b