Want to remove unused data/event from Stateflow
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi Friends,
I want to remove the data/events declared in Stateflow in model properties (data dictionary) but not used in the logic. I know the M script command to get all the data/event declared in data dictionary but don't know how to find out whether it is used in Stateflow or not.
Is there any particular property to find it out. Please provide your suggestion on how to automate it.
0 commentaires
Réponse acceptée
Michelle Wu
le 16 Fév 2017
Stateflow can detect unused data, events, messages, and functions when the corresponding diagnostic is set to 'warning' or 'error'. However, please note that the diagnostic is only performed during a model update of the Stateflow Chart. If a Chart has not changed since a previous model update, the Chart will not be analyzed again, and as such the diagnostics are not shown. Please refer to the following documentation for more information:
It seems that the Stateflow API is not capable of directly removing these unused data or events. The only possible workaround you could try is to first let Simulink detect unused data and events, and then report the diagnostic messages programmatically. Afterwards, you might parse the error messages and remove those accordingly. The following documentation could be helpful:
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Functions 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!