How to transfer from simulink block diagram to transfer function?

1 Ansicht (letzte 30 Tage)
Sophea
Sophea am 21 Mär. 2013
Hi Sir/Madam My name's Sophea from NPIC,Cambodia. I have some problem with transforming the Simulink block to transfer function, How can I do to solve this mistake?
  1 Kommentar
Azzi Abdelmalek
Azzi Abdelmalek am 21 Mär. 2013
This is not clear. What do you mean by I have some problem with transforming the Simulink block to transfer function

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Andreas Goser
Andreas Goser am 21 Mär. 2013
Bearbeitet: Andreas Goser am 21 Mär. 2013
As Azzi said, this is not very clear, but I make this attempt. I an Simulink block "transfer function", you specify nominator and denominator. Lets assume the are
[1]
and
[1 1]
Then your TF object would be
my_tf=tf([1], [1 1])

Arkadiy Turevskiy
Arkadiy Turevskiy am 30 Sep. 2013
if you have a nonlinear Simulink mode, you can linearize it and gt a resulting transfer function using linerize command or using Linear Analysis Tool GUI.
More info on this page.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by