slreportgen.report.TruthTable.customizeReporter
Class: slreportgen.report.TruthTable
Namespace: slreportgen.report
Create custom truth table reporter class
Syntax
reporter = slreportgen.report.TruthTable.customizeReporter(classpath)
Description
creates an empty truth table class definition file that is a subclass of
reporter
= slreportgen.report.TruthTable.customizeReporter(classpath
)slreportgen.report.TruthTable
. The file is created at the specified
classpath
location. The customizeReporter
method also
copies the default truth table templates to the
<classpath>/resources/template
folder. To design a custom truth table
class for your report, you can use the new class definition file as a starting point.
Input Arguments
Output Arguments
Examples
Create Custom Truth Table Reporter
Create a custom TruthTable
reporter and its associated default templates.
The derived class file is created at the specified path relative to the current working
folder. In this case, the path to the MyTruthTable.m
class file is
<current working folder>/newTruthTable/@MyTruthTable/MyTruthTable.m
.
The default diagram templates are in the <current working
folder>/newTruthTable/@MyTruthTable/resources/templates
folder.
slreportgen.report.TruthTable.customizeReporter('newTruthTable/@MyTruthTable');
Version History
Introduced in R2018b