Why is the lamp not changing color?
10 ビュー (過去 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!