- Add a buttonPushedCallback for the button 'Check for missing data'
- In the callback, check if there are any missing values in table using ismissing function
- Check if the logical array output of the ismissing function contain any 1's i.e missing values
- If 1's exist, change the color of lamp to 'red', else leave it in as is in green.
Checking values in a Column in UItable and to put an indicator for missing value
조회 수: 3 (최근 30일)
이전 댓글 표시
I have imported the data into the UItable and i would like to have an indicator which is the lamb to switch to 'red' if there is any missing data like in the table. Is there any way i could do it? Thank you
댓글 수: 0
채택된 답변
Reshma Nerella
2021년 12월 17일
Hi,
You can do it in the following way:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!