Effacer les filtres
Effacer les filtres

How to find all Graphical function inside a chart

1 vue (au cours des 30 derniers jours)
Mohan Mishra
Mohan Mishra le 19 Jan 2019
Commenté : Mark McBroom le 21 Jan 2019
How to find all Graphical function inside a chart

Réponse acceptée

Mark McBroom
Mark McBroom le 19 Jan 2019
Use the Stateflow API as described here.
h = sfroot;
gf = h.find('-isa','Stateflow.Function')
  2 commentaires
Mohan Mishra
Mohan Mishra le 20 Jan 2019
By using this i get answer as below :
gf = 0*1 handle
By using this How can i get the name of function that are used inside the chart
Mark McBroom
Mark McBroom le 21 Jan 2019
Are you sure you have Graphical Functions in your chart? The return of a 0*1 handle indicates that no graphical functions were found.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by