MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 82

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 81
3 Set Up a Report
3-10
Load Report Setup into MATLAB Workspace
To load a setup into the MATLAB workspace without loading it into the Report Explorer,
use the rptgen.loadRpt function.
You can then modify the setup programmatically. For example, the following code loads a
setup into memory, sets its output type to PDF, and generates a report.
setupRoot = rptgen.loadRpt('simple-report');
setupRoot.Format = 'pdf-fop';
setupRoot.execute;
Seitenansicht 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare