Vlaue of Slider --> EditField
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kristin Habersang
le 19 Jan 2021
Modifié(e) : Kristin Habersang
le 5 Mar 2021
Hello I didnt found out how to get the value of the Slider to the EditField, and the other way around. Can somebody help me? I am using MATLAB2020b and the App designer, so I don´t have one of these so called "handles" anymore and they are used in every tutorial. thank you
0 commentaires
Réponse acceptée
Image Analyst
le 19 Jan 2021
I don't use app Designer, but isn't it something like
value = app.sliderName.Value;
app.EditField.String = sprintf('%.3f', value);
7 commentaires
Image Analyst
le 29 Jan 2021
What properties does it have? Did you ask:
properties(app.xEditField)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer 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!