How to change the color of a lamp component when a button is pressed in AppDesigner ?

65 ビュー (過去 30 日間)
Joseph
Joseph 2019 年 7 月 4 日
コメント済み: Pawel 2020 年 10 月 22 日
I have tried using the following command but it did not work:
app.mylamp.Color = [0.3010 0.7450 0.9330]
Thanks

回答 (1 件)

Kevin Chng
Kevin Chng 2019 年 7 月 4 日
It should be working. I guess you miss out something, i try to do the full workflow here : I hope it helps you
1) Create button and lamp
1.png
2) Create callback function for button
1.png
3) Inside the callback function type
1.png
4) Ensure app.Lamp is the component's name
1.png
Let me know if you still cant do it.
  4 件のコメント
We Kai
We Kai 2020 年 3 月 10 日
drawnow
Pawel
Pawel 2020 年 10 月 22 日
Thank you We Kai, that works!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by