i want to control the value of a constant block in simulink by an EditField in appdesigner
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
azeddine
le 12 Avr 2023
Réponse apportée : Oguz Kaan Hancioglu
le 12 Avr 2023
i want to control the value of a constant block in simulink by using an EditField in appdesigner
this is the code i tried to use but it doasn't work
Tuner3=slrealtime.ui.tool.ParameterTuner(app.UIFigure);
Tuner3.Component = app.bitsEditField;
Tuner3.ParameterName = 'Constant value';
Tuner3.BlockPath = 'models2/constant';
thanks!
0 commentaires
Réponse acceptée
Oguz Kaan Hancioglu
le 12 Avr 2023
You can use the codes in the following topics to change simulink block specific parameters from app designer.
Best
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interactive Model Editing 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!