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