- Variable 'label' is inside the function. It is not visible in the mask workspace.
- disp(label), not disp('label')
- Use the following code for "Icon"
Simulink Mask won't display parameter values
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
N/A
le 19 Juil 2024
Réponse apportée : Fangjun Jiang
le 19 Juil 2024
I want my masked subsystem to display two parameter values, but for some reason it is only displaying the variable name. I am not sure what the problem is. Photos are attached.
0 commentaires
Réponse acceptée
Fangjun Jiang
le 19 Juil 2024
Kp=get_param(gcb,"Kp");
Ki=get_param(gcb,"Ki");
str1="Kp="+Kp;
str2="Ki="+Ki;
label=[str1;str2];
disp(label)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Subsystems dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!