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

Emt Notes #1

The document contains code to plot a step response for a system with a transfer function of 1/(s+1), including setting labels, titles, and legends for the plot.

Uploaded by

Malik’s Only
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Emt Notes #1

The document contains code to plot a step response for a system with a transfer function of 1/(s+1), including setting labels, titles, and legends for the plot.

Uploaded by

Malik’s Only
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

plot(Output.time,Output.signals.

values)
xlabel('Time','fontweight','bold','fontsize',9)
ylabel('Amplitude','fontweight','bold','fontsize',9)
title('Step Response for system
G(s)=1/(s+1)','fontweight','bold','fontsize',10)
legend('Step Response',1)
plot(Output.time,Output.signals.values)
xlabel('Time','fontweight','bold','fontsize',9)
ylabel('Amplitude','fontweight','bold','fontsize',9)
title('Step Response for system
G(s)=1/(s+1)','fontweight','bold','fontsize',10)
legend('Step Response',1)
plot(Output.time,Output.signals.values)
xlabel('Time','fontweight','bold','fontsize',9)
ylabel('Amplitude','fontweight','bold','fontsize',9)
title('Step Response for system
G(s)=1/(s+1)','fontweight','bold','fontsize',10)
legend('Step Response',1)

You might also like