Effacer les filtres
Effacer les filtres

How can I import a data to constant block that into the different simulink model?

3 vues (au cours des 30 derniers jours)
I have a simulink model that its name is gui. And I want to send two data from gui to simulink model'S constant block. How can I do this?

Réponse acceptée

Birdman
Birdman le 30 Nov 2017
You should use set_param command as follows:
set_param('gui/Constant','Value','i')
set_param('gui/Constant1','Value','j')
  10 commentaires
bayram özmen
bayram özmen le 30 Nov 2017
I will not be able to do,i have to go lesson. can i send tomorrow? Thank you so much for your interest.
Birdman
Birdman le 30 Nov 2017
Yeah sure. Have a nice lesson.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by