MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 488

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 487
11 Functions – Alphabetical List
11-108
unzipTemplate
Unzip zipped DOM template
Syntax
unzipTemplate(zippedTemplatePath)
unzipTemplate(zippedTemplatePath,unzippedTemplatePath)
Description
unzipTemplate(zippedTemplatePath) unzips the DOM template zip file specified by
zippedTemplatePath into a subfolder of the folder that contains the zipped template.
unzipTemplate(zippedTemplatePath,unzippedTemplatePath) unzips the DOM
template into the folder specified by unzippedTemplatePath.
Examples
Unzip DOM Template into Subfolder of Zipped Template Folder
Unzip a zipped DOM template called myTemplate.
unzipTemplate('myTemplate');
Unzip DOM Template into Specified Folder
This example assumes that there is a zipped DOM template called myTemplate in the
current folder and a folder called H:\report_templates.
unzipTemplate('myTemplate.htmtx','H:\report_templates\myTemplate');
Input Arguments
zippedTemplatePath — Path of the zipped DOM template
string
Seitenansicht 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare