simscape.logging.sli.findNode
(To be removed) Find Node object corresponding to block or
subsystem
simscape.logging.sli.findNode will be removed in a future release.
Use simscape.logging.findNode instead. Syntax and arguments of the two
functions are identical.
Description
returns a node = simscape.logging.sli.findNode(simlog,block)simscape.logging.Node object that contains the 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.