How can i control a uicheckbox based on excel cell value Yes or No

2 Ansichten (letzte 30 Tage)
PA
PA am 15 Aug. 2023
Bearbeitet: Cris LaPierre am 16 Aug. 2023
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
  1 Kommentar
Rik
Rik am 15 Aug. 2023
And which part of this process is causing you trouble? Have a read here and here. It will greatly improve your chances of getting an answer. Your current question is a description for a consultant, not a question.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Cris LaPierre
Cris LaPierre am 15 Aug. 2023
Basically, you need to programmatically convert your yes/no to true/false, and use that to set the Value property of your checkbox.
  11 Kommentare
PA
PA am 16 Aug. 2023
i just added a new value'9' to the parameter d3. And can you tell me how can i check and uncheck the ui check box with the tableYES or NO with the code i shared here
Cris LaPierre
Cris LaPierre am 16 Aug. 2023
Bearbeitet: Cris LaPierre am 16 Aug. 2023
I'm afraid I don't know what that means. Please provide a runnable example.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by