how can I make d^(5.13) ??
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I wanna make d^(5.13) such that d = a variable and the user can change the value of that from GUI. I made ist with Constant Block and i wrot d^(5.13) and if i want to chang the variable d i chang whole of the value :(.... with wich block or how can i do it???
THX
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 17 Mai 2013
Modifié(e) : Azzi Abdelmalek
le 17 Mai 2013
d=10
set_param('YourModel/Constant','Value',num2str(d))
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Event Functions 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!