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.

답변 (1개)

Thomas Mongaillard
Thomas Mongaillard 2020년 3월 23일

0 개 추천

Well I just found a solution.
Inside the callback fonction of my ON/OFF button, I start with
step(app.nameOfTheChart,'app',app)
Isn't it possible to write this in an initialization fonction ?

댓글 수: 1

Thomas Mongaillard
Thomas Mongaillard 2020년 3월 23일
It is possible with a callback fonction called 'Startup Fcn' for UIFigure.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Stateflow에 대해 자세히 알아보기

제품

릴리스

R2019b

질문:

2020년 3월 23일

댓글:

2020년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by