MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 870

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 869
13 Create a Report Program
13-18
Close a Report
The last step in creating a report with the DOM API is to close the report. Closing a
report writes out any content that remains in memory and closes the report file. Use the
close function.
d = Document('MyDoc');
append(d,'Hello World');
close(d);
See Also
Functions
mlreportgen.dom.Document.close
Related Examples
“Create a Report Program” on page 13-3
More About
“Document Object Model” on page 13-4
Seitenansicht 869
1 2 ... 865 866 867 868 869 870 871 872 873 874 875 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare