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!