Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Monalisa Sarkar
Monalisa Sarkar el 25 de Nov. de 2021
Respondida: Muthukumar Ganesan el 13 de Jul. de 2022
How to change color and style of a stateflow using m script?

Respuestas (1)

Muthukumar Ganesan
Muthukumar Ganesan el 13 de Jul. de 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

Categorías

Más información sobre Complex Logic en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by