How to change pushbutton colour in Guide without pressing it ?
이전 댓글 표시
I have a GUI that reads the DHT11 sensor data attached to Arduino. I also have pushbutton in my GUI. Now, how do I change pushbutton colour based on incoming sensor data. For, example if the temperature is below 30 celsius then pushbutton should turn to Green otherwise it should turn to Red.
댓글 수: 6
Saad Oussaada
2020년 3월 6일
hello;
please can you share the program with me , I am actuallay stuck , and I don't know what to do
thanks a lot
Walter Roberson
2020년 3월 6일
What part are you stuck on?
Saad Oussaada
2020년 3월 6일
well I am not professionel at all in programation on matlab ... and I searshed for a code which can reads data from dht11 and shows it in Spinner on app designer but all i can found is ploting teperature and humidity so I need someone who can help me right the correct program I need this a lot and thank you
Walter Roberson
2020년 3월 6일
What error message did you receive when you attempted to implement the code? Or what specific function do you need assistance in locating?
Karthik Muthineni
2020년 3월 7일
Saad Oussaada
2020년 3월 8일
hello Karthik Muthineni
thank you so mush
채택된 답변
추가 답변 (1개)
Walter Roberson
2018년 2월 11일
You can set the BackgroundColor property of the uicontrol handle
handles.stop_button.BackgroundColor = [0.8 0 0] %red
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!