필터 지우기
필터 지우기

Hi. I'm a student and currently working on the MATLAB app designer and would like to know how to correctly use the checkbox in order to show the graph if I tick the box

조회 수: 2 (최근 30일)
value = app.CheckBox.Value;
x= 0:pi/100:2*pi;
y= cos(x);
switch value
case 0
app.CheckBox2.Value = 0;
case 1
app.CheckBox2.Value = 1;
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by