Effacer les filtres
Effacer les filtres

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 vues (au cours des 30 derniers jours)
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

Réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by