Version 2.1 (R14+) Simulink Report Generator Software

This table summarizes what's new in Version 2.1 (R14+):

New Features and ChangesVersion Compatibility ConsiderationsFixed Bugs and Known ProblemsRelated Documentation at Web Site
Yes
Details below
NoNo bug fixesNo

New features and changes introduced in this version follow.

Support for Non-English Systems

This version has better support for Japanese and other non-English systems.

Enhancements for Simulink Components

This version includes:

Commands to Customize Simulink Reports

To provide greater control over report generation, new commands are available to set the model, system, block, or signal reported on by a Simulink component:

RptgenSL.getReportedBlock
RptgenSL.getReportedSystem
RptgenSL.getReportedModel
RptgenSL.getReportedSignal

RptgenSL.setReportedBlock(blkName)
RptgenSL.setReportedSystem(sysName)
RptgenSL.setReportedModel(mdlName)
RptgenSL.setReportedSignal(sigHandle)

You can use the set commands inside an Evaluate MATLAB Expression component. In an Evaluate MATLAB Expression component, you could enter:

RptgenSL.setReportedSystem('f14/Controller')

You can use the get commands inside any component that supports %<> notation. For example, in a Paragraph component, you could enter:

%<RptgenSL.getReportedBlock>

When getting or setting a block, system, or model, the object is identified by its full path string. When setting or getting the signal, the signal is identified by the source block's numeric outport handle. Note that none of the set methods set the current reporting context like a loop.

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS