필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
PA
PA 2023년 8월 15일
편집: Cris LaPierre 2023년 8월 16일
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
Rik
Rik 2023년 8월 15일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Cris LaPierre
Cris LaPierre 2023년 8월 15일
Basically, you need to programmatically convert your yes/no to true/false, and use that to set the Value property of your checkbox.
  댓글 수: 11
PA
PA 2023년 8월 16일
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 2023년 8월 16일
편집: Cris LaPierre 2023년 8월 16일
I'm afraid I don't know what that means. Please provide a runnable example.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by