Effacer les filtres
Effacer les filtres

How do I run a program (.m) from simulink (.mdl) using a button?

2 vues (au cours des 30 derniers jours)
Ayache Khadidja
Ayache Khadidja le 5 Déc 2012
Hi every body
I would run a program (.m) from my model simulink (.mdl) using a button.
Do you have any idea?
Thank you

Réponse acceptée

Kye Taylor
Kye Taylor le 5 Déc 2012
Modifié(e) : Kye Taylor le 5 Déc 2012
One approach (short version):
Add an annotation to your model, and write the command invoking your program in the annotation's properties' ClickFcn.
For more details, type
doc simulink.annotation
and look at the ClickFcn property.
(long version) Open your model, and double click anywhere on the background. This will add a annoation and a blinking cursor. Type in your annotation and hit escape to stop entering text. Right-click on the annotation and select Properties from the context menu. There is a text area (ClickFcn) to specify the commands to be executed when the annotation is clicked by a user.

Plus de réponses (1)

Ayache Khadidja
Ayache Khadidja le 5 Déc 2012
Thank you so much.
It works very well :)

Catégories

En savoir plus sur Simulink 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!

Translated by