How to change the color of a lamp component when a button is pressed in AppDesigner ?
34 次查看(过去 30 天)
显示 更早的评论
I have tried using the following command but it did not work:
app.mylamp.Color = [0.3010 0.7450 0.9330]
Thanks
0 个评论
回答(1 个)
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
2) Create callback function for button
3) Inside the callback function type
4) Ensure app.Lamp is the component's name
Let me know if you still cant do it.
4 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!