Chart Object in GUIDE
Afficher commentaires plus anciens
Hi guys,
I want to use a chart object (.sfx extension) to command some of the widjets I've created with GUIDE.
I created a chart with
edit nameOfTheChart.sfx
Then I created a new property in my app
chartObject = nameOfTheChart
The events I've created in the chart module are recognized in GUIDE but how do I change properties of a widget using an expression in the chart module ?
I tried
app.Lamp.Enable = true
but nothing happen. It only creates an 'app' data object. I guess I need to specify a data object which is linked to the app data.
Réponses (1)
Catégories
En savoir plus sur Stateflow dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!