How can i control a uicheckbox based on excel cell value Yes or No
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an excel cell value for a parameter to be YES NO. Now i am importing this in my function and then creating folders to store the excel values After that i want to modify my checkbox by the values from excel cell
Réponses (1)
Cris LaPierre
le 15 Août 2023
See this example: https://www.mathworks.com/help/matlab/ref/uicheckbox.html#buios0i-9
as well as this page: https://www.mathworks.com/help/matlab/ref/matlab.ui.control.checkbox-properties.html#responsive_offcanvas
Basically, you need to programmatically convert your yes/no to true/false, and use that to set the Value property of your checkbox.
11 commentaires
Cris LaPierre
le 16 Août 2023
Modifié(e) : Cris LaPierre
le 16 Août 2023
I'm afraid I don't know what that means. Please provide a runnable example.
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!