removeProperty
Remove property from Simulink.SimulationOutput
object
Description
removes one or more properties simOut
= removeProperty(simOut
,prop
)prop
from the
Simulink.SimulationOutput
object simOut
.
You can use the removeProperty
function to remove data logging
properties and user-defined properties from a Simulink.SimulationOutput
object. You cannot use the removeProperty
function to remove read-only
properties.
Examples
Input Arguments
Output Arguments
Tips
Modifying the contents of simulation results in a
Simulink.SimulationOutput
object using the post-simulation function can be useful in parallel computing workflows. For example, you can remove data logging properties and send only a subset of logged data from the worker back to the client.You can use the
removeElement
function to remove logged data from aSimulink.SimulationData.Dataset
object.
Version History
Introduced in R2019a