find_signal: find blocks with a named input or output signal

バージョン 1.2.0.1 (2.09 KB) 作成者: Malcolm Wood
A wrapper for find_system which selects blocks with a named input or output signal.
ダウンロード: 1.3K
更新 2016/9/1

ライセンスの表示

A limitation of find_system is that you can't search for blocks by specifying just one of their input or output signal names. You can search for blocks with a specific set of input or output names by using the InputSignalNames and OutputSignalNames parameters, but only exact matches are returned.
This function allows you to specify just one input or output signal name, and every block which has an input or output signal with that name is returned, regardless of how many other inputs or outputs it has.

The matching is case sensitive, and this version does not support regular expressions.

The syntax is similar to that of find_system, and includes the same options for extending or limiting the scope of the search. Examples and help are included in the file.

引用

Malcolm Wood (2024). find_signal: find blocks with a named input or output signal (https://www.mathworks.com/matlabcentral/fileexchange/24997-find_signal-find-blocks-with-a-named-input-or-output-signal), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2009a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPrepare Model Inputs and Outputs についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.1

Updated license

1.2.0.0

Added a copyright line.

1.1.0.0

Added a copyright line.

1.0.0.0