MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 470

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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)
Zobrazit stránku 469
1 2 ... 465 466 467 468 469 470 471 472 473 474 475 ... 985 986

Komentáře k této Příručce

Žádné komentáře