MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 488

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 985 986

Comentários a estes Manuais

Sem comentários