simscape.logging.findPath
Find path to node in logged simulation data tree
Description
[
returns a logical value and a path to the node in the simulation data tree
isvalid
nodepath
]
= simscape.logging.findPath(simlog
,block
)simlog
. The node contains logged simulation data for
the specified block or subsystem in a model. Before you call this function, you
must load the model. You must also have the simulation log variable in your
current workspace. Create the simulation log variable by simulating the model
with data logging turned on, or load a previously saved variable from a file.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a