How to export from Matlab workspace to Simulink the transfer function
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all,
I have several transfer functions in the Matlab workspace, how can I automatically export them to an existing Simulink block of transfer function?
Now I do it by copying and pasting the numerator and denominator as vectors of coefficients in Simulink.
Thank you
0 commentaires
Réponses (2)
thiago rech
le 14 Mar 2020
I think he was looking for something like this:
There is a way to export transfer-functions and to simulate their behavior in Simulink, by using LTI Models.
Happy to Help,
Thiago.
1 commentaire
Haritha
le 13 Oct 2018
Hi,
Open model explorer in Matlab Simulink. Create a preload function for the saved variables in workspace then run the Simulink file. Now Automatically Simulink will run.
0 commentaires
Voir également
Catégories
En savoir plus sur Sources 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!