mphreport
Generate report to model or write report.
Syntax
mphreport(model,...)
mphreport(model,'action','run','tag',rpttag,...)
Description
mphreport(model,...) generate report to the model model.
mphreport(model,'action','run','tag',rpttag,...) write report defined with the tag rpttag.
The function mphreport accepts the following property/value pairs:
Example
Generate a brief report set with the tag 'myreport':
mphreport(model,'tag','myreport','type','brief')
Write report set with the tag 'myreport' to the Microsoft Word document 'modelreport.docx':
mphreport(model,'action','run','tag','myreport',...
     'filename','modelreport','format','docx')
Do not open the report once written:
mphreport(model,'action','run','tag','myreport',...
     'open','off')