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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 469
11 Functions – Alphabetical List
11-90
p.Tag = 'chapter title';
p.Style = { CounterInc('chapter'),...
CounterReset('table'),WhiteSpace('pre') };
append(p,AutoNumber('chapter'));
append(d,p);
Generate the report and delete the listener.
close(d);
rptview('test','html');
delete(l);
Check the progress messages in the MATLAB Command Window. In addition to the
predefined DOM progress messages, the starting chapter message added in this
example appears. The output also includes debug messages.
“Display Report Generation Messages”
Input Arguments
message — DOM progress message
mlreportgen.dom.ProgressMessage object
DOM progress message, specified as an mlreportgen.dom.ProgressMessage object.
filter — Filter to use with message
mlreportgen.dom.MessageFilter object
Filter to use with the progress message, specified as an
mlreportgen.dom.MessageFilter object.
Output Arguments
tf — Indication of whether the message passes the filter
a Boolean
1 — Messages passes the specified filter (the dispatcher handles the message)
0 — Messages fails the specified filter (the dispatcher ignores the message)
Vista de página 469
1 2 ... 465 466 467 468 469 470 471 472 473 474 475 ... 985 986

Comentários a estes Manuais

Sem comentários