How can I comment out a stateflow state programmatically?

2 vues (au cours des 30 derniers jours)
Holger Steltner
Holger Steltner le 23 Nov 2018
Commenté : Holger Steltner le 6 Déc 2018
I found this answer concerning programmatically commenting out subsystems of a Simulink model:
That works fine for me.
Now, is the same mechanism in some way possible for sub-states of a stateflow chart in a Simulink model?
Best regards and thanks in advance,
Holger.

Réponse acceptée

Pinkesh Narsinghani
Pinkesh Narsinghani le 3 Déc 2018
For Using and manipulating stateflow diagram programmatically , We use Stateflow API . Refer to the following link for more info regarding this:
For a particular chart object setting 'IsExplicitlyCommented' to true works same as Comment Out.Refer to the following link for more details:
Non-Programmatically :
To comment out a Stateflow object, right-click the object and select Comment Out. For more information regarding this refer this documentation : https://in.mathworks.com/help/stateflow/ug/comment-out-stateflow-objects.html#bufmlsg
  1 commentaire
Holger Steltner
Holger Steltner le 6 Déc 2018
Thanks a lot, that's exactly what I was looking for!
Best regards, Holger.

Connectez-vous pour commenter.

Plus de réponses (0)

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