Main Content

このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。

コンポーネントの取り扱い

コンポーネントを設定ファイルに挿入して編集し、レポート構造とコンテンツを定義する

コンポーネントは、レポートのコンテンツを指定する MATLAB® オブジェクトです。コンポーネントを設定ファイルに追加して、コンテンツのタイプとレポートの構造を指定します。詳細については、コンポーネントを参照してください。

レポートのコンポーネント

すべて展開する

タイトル ページInsert title page at beginning of report
章/節レポートの各部をタイトル付きの節にグループ化
段落レポートへの段落テキストの挿入
テキストテキストの書式設定とレポートへの挿入
コードコードとして書式設定されたテキストの段落への挿入
書式設定済みInsert preformatted paragraph
HTML テキストテンプレートから生成されたレポートへの HTML 形式テキストの挿入
行区切り行区切りの挿入
改ページ改ページの挿入
リストcell 配列または子コンポーネントからの箇条書きリストまたは番号付きリストの作成
リンクリンクのアンカーまたはポインターのレポートへの挿入
イメージ外部ファイルからレポートへのイメージの挿入
変数の挿入レポートへの変数値の挿入
Figure スナップショットInsert snapshot of Handle Graphics figure into report
座標軸スナップショットInsert image of selected MATLAB axes objects into the generated report
MATLAB ツールボックスのバージョン番号Insert table that shows version and release numbers and release date of MathWorks products
入れ子形式のセットアップ ファイルAllow one report setup file (rpt file) to run inside another
空のコンポーネントGroup components to move, activate, or deactivate them, or create blank space in list
ファイルのインポートレポートへの ASCII テキスト ファイルのインポート
Handle Graphics アンカーのリンクDesignate location to which links point
Handle Graphics 名Handle Graphics オブジェクトの名前をレポートに挿入する
Handle Graphics パラメーターInsert property name/property value pair from Handle Graphics figure, axes, or other object
テーブルテーブルの親の挿入
配列ベースのテーブルConvert rectangular array into table and insert it into report
変数テーブルInsert table that displays all the variables in the MATLAB workspace
テーブル本体テーブル本体の親の挿入
テーブル列指定テーブル列のプロパティの指定
テーブル エントリInsert table entry
テーブル フッターテーブル フッターの親の挿入
テーブル ヘッダーテーブル ヘッダーの親の挿入
テーブル行テーブル行エントリの親の挿入
MATLAB プロパティ テーブルInsert table that includes MATLAB object property name/property value pairs
Handle Graphics プロパティ テーブルInsert table that reports on property name/property value pairs
Handle Graphics 概要テーブルInsert table that summarizes Handle Graphics object properties
For ループ子コンポーネントの反復実行
While ループ指定された条件が true の間、子コンポーネントを反復的に実行する
論理 Iflogical if 条件を指定
論理 ThenLogical If コンポーネントの then 条件の指定
論理 ElseLogical If コンポーネントの else 条件の指定
論理 ElseifLogical If コンポーネントの elseif 条件の指定
Graphics オブジェクト ループRun child components for each Handle Graphics object open in MATLAB workspace
Figure ループApply child components to specified graphics figures
座標軸ループRun child components for all axes objects in MATLAB workspace

例および使用方法

概念