updateConfigsets
R2026bPropagate solver type and compile options from parent model to submodels
Since R2026b
Syntax
Description
updateConfigsets( updates all
active configuration sets on submodels under parentModel)parentModel to have the
same solver type and compile options as the active configuration set of
parentModel. Use this function after moving or copying submodels to
ensure consistent configuration across the hierarchy. Specify DryRun=true
to preview changes without applying them.
updateConfigsets(
updates all active configuration sets on parentModel,templateConfigset)parentModel and its
submodels to have the same solver type and compile options as
templateConfigset.
updateConfigsets(___, specifies
additional options using one or more name-value arguments.Name=Value)
also returns a
table describing which properties were changed on which models for any of the previous input
argument combinations.changes = updateConfigsets(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b