Skip to Main Content Skip to Search
Product Documentation

addPostExecReportFcn - Class: cgv.CGV
Package: cgv

Add callback function to execute after each input data file executes

Syntax

cgvObj.addPostExecReportFcn(CallbackFcn)

Description

cgvObj.addPostExecReportFcn(CallbackFcn) adds a callback function to cgvObj. cgvObj is a handle to a cgv.CGV object. cgv.CGV.run calls CallbackFcn after each input data file is executed for the model. The callback function signature is:

CallbackFcn(cgvObj, inputIndex)

inputIndex is a unique numeric identifier associated with input data in the cgvObj.

Examples

The callback function, PostExecutionReportFcn, is added to cgv.CGV object, cgvObj

cgvObj.addPostExecReportFcn(@PostExecutionReportFcn);

where PostExecutionReportFcn is defined as:

function PostExecutionReportFcn(cgvObj, inputIndex)
...
end

See Also

cgv.CGV.run

How To

  


Related Products & Applications

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