Main Content
getComparisonSignalResults
Class: sltest.testmanager.ComparisonRunResult
Namespace: sltest.testmanager
Get test signal comparison result from comparison run result
Syntax
csr = getComparisonSignalResults(cr)
Description
returns baseline or equivalence signal comparison results csr
= getComparisonSignalResults(cr
)csr
as a
sltest.testmanager.ComparisonSignalResult
object from the
sltest.testmanager.ComparisonRunResult
object
cr
.
To compare the test results of multiple models, you can compare the test results of each model to the same baseline data. You cannot compare more than two models in a single equivalence test case.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017b