メインコンテンツ

slreq.modeling.create

Requirements Table ブロックを含む新しいモデルを作成する

R2022a 以降

説明

reqTable = slreq.modeling.create は、Requirements Table ブロックを含む無題のモデルを作成します。

reqTable = slreq.modeling.create(model)model で指定された名前でモデルを作成します。

すべて折りたたむ

Requirements Table ブロックを含む新しいモデルを作成します。

reqTable = slreq.modeling.create;

関数は reqTableRequirementsTable オブジェクトとして返します。

Requirements Table ブロックを含む myModel という名前の新しいモデルを作成します。

reqTable = slreq.modeling.create("myModel");

関数は reqTableRequirementsTable オブジェクトとして返します。

入力引数

すべて折りたたむ

モデル名。string スカラーまたは文字ベクトルとして指定します。

データ型: char | string

出力引数

すべて折りたたむ

Requirements Table ブロック。RequirementsTable オブジェクトとして返されます。

バージョン履歴

R2022a で導入