- 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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
thin su
am 14 Dez. 2021
Kommentiert: thin su
am 17 Dez. 2021
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 Kommentare
Akzeptierte Antwort
Reshma Nerella
am 17 Dez. 2021
Hi,
You can do it in the following way:
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!