Find Node
object corresponding to block or subsystem
returns a node
= simscape.logging.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.