User`s guide
13 Create a Report Program
13-110
Compile a Report Program
If the MATLAB Compilerâ„¢ product is installed on your system, you can use it to compile
your DOM-based report generation program. This allows you to share your report
generation program with others who do not have MATLAB installed on their systems.
To enable someone who does not have MATLAB installed to run your compiled program,
your program must execute the following statement before executing the first line of
DOM code that it executes to generate a report:
makeDOMCompilable();