Hi Avijit,
In the command window, set values to the parameters Ka, Ta, Tw.
Then, create the transfer functions by writing:
sys1 = tf(Ka, [Ta 1]);
sys2 = tf([Tw 0], [Tw 1]);
Then, plot the response of these functions to a unit step input, by writing:
Hope it helps!
1 Comment
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/642350-how-to-do-this-in-simulink#comment_1123110
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/642350-how-to-do-this-in-simulink#comment_1123110
Sign in to comment.