Class: matlab.unittest.diagnostics.ConstraintDiagnostic
Package: matlab.unittest.diagnostics
Convert object to string for display
str = matlab.unittest.diagnostics.ConstraintDiagnostic.getDisplayableString(value)
str = matlab.unittest.diagnostics.ConstraintDiagnostic.getDisplayableString(
converts
the object, value
)obj
to a character vector, str
for
display in a diagnostic result. This conversion determines if hotlinks
should be included in the character vector and truncates large numeric
or cell arrays.
|
Object of arbitrary class |