5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Simulink API (1) find_system

Last updated at Posted at 2019-12-28

Simulink API (1) find_system 第1回

Simulink APIを基本から少しずつまとめていきます。

"BlockType"でモデル内の特定のブロック種別をリストする : find_system()

part1.png

qiita.matlab
lst = find_system('myModel','BlockType','Constant')

lst =
  3×1  cell 配列
    {'myModel/C1'}
    {'myModel/C2'}
    {'myModel/C3'}
5
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?