Main Content

getExportSimulinkSubSystems

クラス: slreportgen.webview.WebViewDocument
名前空間: slreportgen.webview

エクスポートするサブシステムのパスとハンドル

説明

[paths,handles] = getExportSimulinkSubSystems(wvdoc) は、エクスポートするサブシステムのパスとハンドルの cell 配列を返します。

入力引数

すべて展開する

Web ビュー ドキュメント。slreportgen.webview.WebViewDocument オブジェクトとして指定します。

出力引数

すべて展開する

モデル内のサブシステム パス。文字ベクトルの cell 配列として返されます。

サブシステム パスに対応するサブシステム ハンドル。文字ベクトルの配列として返されます。

すべて展開する

Simulink® モデル f14 およびサブシステムの Web ビューのパスとハンドルを取得します。

openExample('f14')
wvdoc = slreportgen.webview.WebViewDocument('myWebview','f14');
[paths,handles] = getExportSimulinkSubSystems(wvdoc)
paths =

  4×1 cell array

    'f14/Aircraft Dynamics Model'
    'f14/Controller'
    'f14/Dryden Wind Gust Models'
    'f14/Nz pilot calculation'

handles =

  105.0001
  137.0001
  167.0004
  182.0001

詳細

すべて展開する

バージョン履歴

R2017a で導入