R12 Release Notes | ![]() ![]() |
New Features
This section introduces the new features and enhancements added in the MATLAB Report Generator 1.1 since the MATLAB Report Generator 1.0 (Release 11.0).
Note The Simulink Report Generator extends the MATLAB Report Generator. |
New Components
The MATLAB Report Generator 1.1 includes the following three new components.
Component |
Purpose |
Comment |
Inserts a comment into the SGML source file created by the report generation process |
MATLAB/Toolbox Version Number |
Creates and inserts a table that shows the version number, release number, and/or release date of any MathWorks software you are currently using |
Stop Report Generation |
Halts report generation |
Enhancements to Components
The following components have been enhanced for Release 12:
Property Table Enhancement
For all property tables, you can now use a context menu to add rows above or below the current cell and add columns to the left or right of the current cell.
Summary Table Enhancement
For all summary tables, you can now use embedded looping components for table item generation.
Using MATLAB Variables with Components
You can enter %<VariableName>
in any component field where the text appears blue to include the value of a variable from the MATLAB workspace. You cannot enter more than one variable in the %
<>. If you enter an invalid variable name, then the report will contain %<VariableName>
instead of the value of the variable.
This %<VariableName>
syntax is supported for the following components:
Example
I have a %<ObjName> and it has %<NumLeaves> leaves. The word '%<ObjName>' has %<size(ObjName)> letters.
and if ObjName='plant'
and NumLeaves=3 in the MATLAB workspace,
then the report will contain the following.
I have a plant and it has 3 leaves. The word 'plant' has 5 letters.
![]() | Upgrading from an Earlier Release | Upgrading from an Earlier Release | ![]() |