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 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/642350-how-to-do-this-in-simulink#comment_1123110
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/642350-how-to-do-this-in-simulink#comment_1123110
サインインしてコメントする。