スクリプトでブロックの最前面と最背面を設定することは可能ですか?
Show older comments
simulink上に配置したsubsystemブロックなどを右クリックしたときのメニューで、
ブロックを「最前面」「最背面」に移動することができますが、
同じことをスクリプトで処理することは可能でしょうか?
Answers (1)
stozaki
on 24 Dec 2020
Yonasawa様
はい、可能です。
set_param(blockpath,BackgroundColor,'red');
ここで、blockpathはブロックパスまたは、ブロックハンドルを与えます。
stozaki
Categories
Find more on サブシステム in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!