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

6 visualizzazioni (ultimi 30 giorni)
How to change color and style of a stateflow using m script?

Risposte (1)

Muthukumar Ganesan
Muthukumar Ganesan il 13 Lug 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

Categorie

Scopri di più su Decision Logic 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!

Translated by