Why does the stateflow function 'hasChanged(PS)' not work when PS is a vector?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nandish Calchand
le 3 Avr 2017
Commenté : Nandish Calchand
le 11 Avr 2017
Coder Error: PS contains a matrix or a structure type and cannot be used with change detection.? WHen PS is a scalar value, it works fine.
0 commentaires
Réponse acceptée
Gillian Rosen
le 10 Avr 2017
Hi Nandish,
I understand that when you use the 'hasChanged' function in your Stateflow chart, you encounter an error that indicates that your input PS is a matrix or structure and therefore cannot be used with change detection.
If you are using MATLAB as your action language, you unfortunately can only use a scalar value as input to hasChanged. If you would like to use vector or matrix inputs with hasChanged, please use C as your action language instead. See the note in the "hasChangedTo" section of the change detection documentation for more information:
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Decision Logic dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!