| Contents | Index |
Display list of signal names to command line
signal_list = cgvObj.getSavedSignals(simulation_data)
signal_list = cgvObj.getSavedSignals(simulation_data) returns a cell array, signal_list, of all output signal names of all data elements from the input data set, simulation_data. simulation_data is the output data stored in the CGV object, cgvObj, when you execute the model.
After executing your model, use the cgv.CGV.getOutputData function to get the output data used as the input argument to the cgvObj.getSavedSignals function.
Use names from the output signal list at the command line or as input arguments to other CGV functions, for example, cgv.CGV.createToleranceFile, cgv.CGV.compare, and cgv.CGV.plot.

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 |