removePrivateData
Remove private data elements from operating point
Description
returns a copy of the opNew
= removePrivateData(op
)OperatingPoint
object
op
, with hidden private data removed from the data tree
hierarchy. Private data corresponds to the Simscape™ language file members with the attribute ExternalAccess =
none
.
Simscape language members with the attribute ExternalAccess =
none
are not observable by definition. Therefore, you cannot see them
in the operating point data. Use hasPrivateData
to determine
whether an operating point data tree contains private data elements. Then use
removePrivateData
to remove the hidden elements, if
necessary.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a