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

  • 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 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)
Vue de la page 469
1 2 ... 465 466 467 468 469 470 471 472 473 474 475 ... 985 986

Commentaires sur ces manuels

Pas de commentaire