このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
レポート API を使用したレポート プログラムの作成
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 を使用したシステム設計の説明レポートの作成
- レポート API を使用したシステム設計レポートの生成
動的システムの設計の説明を生成するレポート プログラムを作成する。
- Report on MATLAB Function
Report on Simulink MATLAB Function block or Stateflow MATLAB function
- Reporting on DocBlock Blocks
Use
slreportgen.report.DocBlock
reporters to include contents of DocBlock blocks in a report. - Report Model Notes
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. - Report Systems Hierarchically
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. - Tile Simulink Diagrams
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.