フィルターのクリア

I used find_system to get a list of Mux blocks present in a subsystem. There are 3 mux blocks named differently, the command returns the names in alphabetical order. Is there a way I can get them in the order they are present instead?

2 ビュー (過去 30 日間)
s
s 2019 年 6 月 12 日
編集済み: s 2019 年 6 月 12 日
list = find_system(subsystem_path,'SearchDepth', 1, 'BlockType','Mux')
which returns d , m & v but the order in which the mux blocks are present is as follows: v , d, m (left to right in the subsystem). I need this order in the result.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSubsystems についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by