closeReport - Close MATLAB function report - MATLAB (original) (raw)

Access the MATLABFunctionConfiguration object for theMATLAB Function block in the modelcall_stats_block2 described in Implement MATLAB Functions in Simulink with MATLAB Function Blocks.

config = get_param("call_stats_block2/MATLAB Function", ... "MATLABFunctionConfiguration");

Open the MATLAB function report.

openReport(config)

Close the MATLAB function report.

closeReport(config)