User`s guide

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)