How to generate a curve using matlab simulink -


how generate curve of transfer function:

g0(s)=exp(-s)*[(2s+4)/(s^3+5s^2+6s+4)]

using matlab , simulink?

what kind of curve mean? bode plot? nyquist plot? step response?

use tf function create transfer function inputdelay parameter represent exp(-s), see models time delays in documentation more details.

once have transfer function, can use functions bode, nyquist, step, impulse, etc... generate "curve" of choice.

all of requires control system toolbox.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -