Class: slreportgen.report.MATLABFunction
Package: slreportgen.report
Create MATLAB Function reporter template
template = slreportgen.report.MATLABFunction.createTemplate(templatePath,type)
creates a copy of the MATLAB® Function reporter template specified by template
= slreportgen.report.MATLABFunction.createTemplate(templatePath
,type
)type
at the
templatePath
location. You can use the copied template as a
starting point to design a custom MATLAB Function template for your report.
Create a copy of the HTML template for the MATLAB Function reporter.
template = slreportgen.report.MATLABFunction.createTemplate... ('mytemplates\myMFunction','html');
After you modify the template, use it by setting the
TemplateSrc
property of the
reporter.
rptr = slreportgen.report.MATLABFunction; rptr.TemplateSrc = template;