How to change color and style of a stateflow using m script?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to change color and style of a stateflow using m script?
0 commentaires
Réponses (1)
Muthukumar Ganesan
le 13 Juil 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
0 commentaires
Voir également
Catégories
En savoir plus sur Decision Logic dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!