Why is the lamp not changing color?
조회 수: 1 (최근 30일)
이전 댓글 표시
In the app.2 that the boreholestability app is usig, I have coded a criterion for the lamp to change the color from green to red but it is not changing the color . I am wondering why it is not changing the color..
댓글 수: 4
Image Analyst
2023년 2월 22일
You can't do this:
app.NumberofsaltsEditField.Value=[]
you must set it to a number, not null or a string.
답변 (0개)
참고 항목
카테고리
Help Center 및 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!