| Contents | Index |
Simulink.sdi.view
Simulink.sdi.view opens the Simulation Data Inspector tool.
Create a run in the Simulation Data Inspector and open the tool to view the simulation output.
% Configure model "sldemo_f14" for logging and simulate
simOut = sim('sldemo_f14', 'SaveOutput','on', ...
'SaveFormat', 'StructureWithTime', ...
'ReturnWorkspaceOutputs', 'on');
% Create a run in the Simulation Data Inspector
runID = Simulink.sdi.createRun('My Run','base',{'simOut'});
% See the results in Simulation Data Inspector
Simulink.sdi.view;To open the Simulation Data Inspector tool, on the Model Editor window, select Tools > Inspect Logged Signals.

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |