How to change color and style of a stateflow using m script?

1 view (last 30 days)
How to change color and style of a stateflow using m script?

Answers (1)

Muthukumar Ganesan
Muthukumar Ganesan on 13 Jul 2022
Hi,
You can use this command:
set_param(<SFChartPath>,'ForegroundColor','Red');
set_param(<SFChartPath>,'FontName','Arial')
Note: Try this command to modify other parameters get(<ChartBlockHandle>)
Thanks

Categories

Find more on Complex Logic 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!