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

Mathlab Code:: Published With Matlab® 7.10

The document contains MATLAB code that clears variables, closes figures, sets the Laplace variable s, defines three transfer functions T1, T2 and T3, takes the step response of the transfer functions and plots the response with labels and a title.

Uploaded by

Aryaan Revs
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)
24 views1 page

Mathlab Code:: Published With Matlab® 7.10

The document contains MATLAB code that clears variables, closes figures, sets the Laplace variable s, defines three transfer functions T1, T2 and T3, takes the step response of the transfer functions and plots the response with labels and a title.

Uploaded by

Aryaan Revs
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

MathLab Code:

clear all
close all
clc
s=tf('s');
T1=(24.542)/(s^2+4*s+24.542);
T2=(245.42)/((s+10)*(s^2+4*s+24.542));
T3=(73.626)/((s+3)*(s^2+4*s+24.542));
step(T1,T2,T3)
legend('c1(t)','c2(t)','c3(t)');
xlabel('Time','fontweight','bold','fontsize',10);
ylabel('normalized response','fontweight','bold','fontsize',10);
title('Three responses of C1 C2
C3','fontweight','bold','fontsize',10);
grid on

Published with MATLAB® 7.10

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy