How to export from Matlab workspace to Simulink the transfer function
Mostrar comentarios más antiguos
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
Respuestas (2)
thiago rech
el 14 de Mzo. de 2020
1 voto
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 comentario
Muhammad Omar Ahmad
el 28 de Nov. de 2022
Thanks Exactly what i was looking for
Haritha
el 13 de Oct. de 2018
0 votos
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.
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!