このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
Simulink® モデルや Stateflow® チャートに関するレポートを生成するプログラムを作成するには、Simulink Report Generator™ レポート API を MATLAB Report Generator レポート API および DOM API と共に使用します。Simulink Report Generator レポート API では、Simulink モデルおよび Stateflow チャートに関する情報の検索と形式の設定に使用できるクラスを提供します。MATLAB Report Generator API では、タイトル ページ、目次、章、およびその他のレポート要素の作成と形式の設定に使用できるクラスを提供します。
Simulink Report Generator レポートの作成
レポート API を使用したシステム設計の説明レポートの作成
Generate a System Design Report with the Report API
Create a report program to generate a description of the design of a dynamic system.
Report on Simulink MATLAB Function block or Stateflow MATLAB function
Use slreportgen.report.DocBlock
reporters to include contents of
DocBlock blocks in a report.
Use an slreportgen.report.Notes
reporter to report on model
notes.
Create a Simulink Bus Object Report
Create report of bus objects used in a Simulink model.
Report System Inputs and Outputs
Use an slreportgen.report.SystemIO
object to report on model and
subsystem inputs and outputs.
Create report with model systems numbered hierarchically
Report Execution Order of Tasks and Blocks in a Simulink System
Use an slreportgen.report.ExecutionOrder
reporter to report on the
tasks executed by a model and the order in which the blocks execute during each
task.
Span a Simulink diagram across multiple pages of a report
Customize Simulink Diagram Hyperlinks in HTML and PDF Reports
Customize hyperlink target for a block
Use Simulink Report Explorer Components in a Report API Report
Use RptFile reporter to add Report Explorer component content to a Report API report.