User`s guide

13 Create a Report Program
13-38
Object-Oriented Report Creation
Note: This section assumes that you are familiar with object-oriented programming in
MATLAB. For information on object-oriented programming in MATLAB, see “Object-
Oriented Programming” in the MATLAB documentation.
The DOM API supports an object-oriented approach to creating report programs. With
this approach, you subclass the DOM Document and DocumentPart classes to create
document and document part classes tailored to your report application. You then create
instances of these classes to generate a report.
Related Examples
“Simplify Filling in Forms” on page 13-39