sbiodiff
Syntax
Description
compares two SimBiology models or SBPROJ files diffResults = sbiodiff(source,target)source and
target and returns the comparison results as the
SimBiology.DiffResults object diffResults. If
source and target are SBPROJ files that contain
more than one model, specify which model to compare using the name-value arguments
SourceModelName and TargetModelName. For details
on how SimBiology compares and matches model components, see SimBiology Model Matching Policy.
compares two SimBiology models contained in the diffResults = sbiodiff(projectFile)SBPROJ file
projectFile. If the project file contains more than two models,
specify which models to compare using the name-value arguments
SourceModelName and TargetModelName.
specifies additional options using one or more name-value arguments in addition to any of
the input argument combinations in the previous syntaxes.diffResults = sbiodiff(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2022a