MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 488

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 985 986

Commentaires sur ces manuels

Pas de commentaire