focus a block in model by m file

5 views (last 30 days)
kei hin
kei hin on 25 Oct 2021
Edited: kei hin on 24 May 2023
when I select a block in model, there is a blue outer frame on the block, but when I use 'hilite_system' in m file to focus a block, the background color yellow will showed, so I can not see the real color of block directly. So I want to focus block by that blue frame by m file, how?

Accepted Answer

kei hin
kei hin on 25 Oct 2021
Edited: kei hin on 25 Oct 2021
set(block_handle,'selected', 'on');
or
set(get_param(block_path,'handle'), 'selected', 'on');

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!