how can i give m-file output to simulink model as input
Afficher commentaires plus anciens
i am trying to link a m-file out put to a simulink model as input
Réponses (3)
Azzi Abdelmalek
le 10 Déc 2012
1 vote
What do you mean by m-file output? If it's a constant variable use TAB's answer, If it's a signal, use from file block, else, explain it.
1 commentaire
Ajay Kumar
le 28 Août 2016
Modifié(e) : Ajay Kumar
le 28 Août 2016
Hie Azzi, I have a problem I have a Matlab code for random road profile which is generated from an equation..with this code I'm able to generate random road profile but, I couldn't give it as an input road for half car Simulink suspension mode. here is the code:
- Save your m-file output to base workspace in a variable say MayVar.
- Put a constant block in simulink model and put value = MyVar.
- Simulate your model. Constant block will the value from base workspace and pass pass it to following blocks.
Muruganandham Subramanian
le 10 Déc 2012
Modifié(e) : Muruganandham Subramanian
le 10 Déc 2012
0 votes
Your question is already answered, First check and ask question..
Catégories
En savoir plus sur Sources dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!