R12 Release Notes    

Chapter 28
MATLAB Report Generator 1.1 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).

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

If you enter the following

and if ObjName='plant' and NumLeaves=3 in the MATLAB workspace,

then the report will contain the following.


 Upgrading from an Earlier Release Upgrading from an Earlier Release