0% found this document useful (0 votes)
13 views1 page

Experiment No:-8: Matlab Command Window

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 1

EXPERIMENT NO :- 8

AIM :Plot Unit Step Response Of The Close Loop


Transfer Function for
Time t = 0-2 sec. in Step of
0.005 .
G(s) =

36
s +3 s+36
2

MATLAB COMMAND WINDOW

>> n = [36];
>> d = [ 1 3 36];
>> t = 0:0.005:2;
>> step (n,d,t)
>> grid on;
>> title('step response of g(S) = 36/S^2+3s+36');
>> xlabel('time');
>> ylabel('Amplitude(dB)');
>>

DHEERAJ KUMAR

14ESUEX205

EEE

5 th SEM.

Page 14

You might also like