| Contents | Index |
Add callback function to execute after all input data executes
cgvObj.addTrailerReportFcn(CallbackFcn)
cgvObj.addTrailerReportFcn(CallbackFcn) adds a callback function to cgvObj. cgvObj is a handle to a cgv.CGV object. cgv.CGV.run executes all input data files in cgvObj and then calls CallbackFcn. The callback function signature is:
CallbackFcn(cgvObj)
The callback function, TrailerReportFcn, is added to cgv.CGV object, cgvObj
cgvObj.addTrailerReportFcn(@TrailerReportFcn);
where TrailerReportFcn is defined as:
function TrailerReportFcn(cgvObj) ... end

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 |