Is there any matlab command to highlight multiple objects in stateflow at a time?

3 vues (au cours des 30 derniers jours)
Siva Prasad
Siva Prasad le 3 Fév 2016
Réponse apportée : Ravi le 28 Mar 2018
I tried with thisobject.highlight command, but its working to highlight one object only. If i tried to highlight multiple objects one by one then highlight selection of previous object moving to current object, but i want to highlight two objects so how can i?

Réponses (1)

Ravi
Ravi le 28 Mar 2018
There is a way to highlight morethan one object within a given chart. Steps: 1. Get the Chart ID 2. Get the Object IDs you want to highlight withing a chart. Eg: sf('Select',chart.Id,[chartChildren(4).Id,chartChildren(5).Id,chartChildren(2).Id])

Catégories

En savoir plus sur Complex 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!

Translated by