スクリプトでブロックの最前面と最背面を設定することは可能ですか?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
simulink上に配置したsubsystemブロックなどを右クリックしたときのメニューで、
ブロックを「最前面」「最背面」に移動することができますが、
同じことをスクリプトで処理することは可能でしょうか?
0 Commenti
Risposte (1)
stozaki
il 24 Dic 2020
Yonasawa様
はい、可能です。
set_param(blockpath,BackgroundColor,'red');
ここで、blockpathはブロックパスまたは、ブロックハンドルを与えます。
stozaki
Vedere anche
Categorie
Scopri di più su サブシステム in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!