Siddharth Mishra
Followers: 0 Following: 0
STUDENT OF ELECTRONICS AND COMMUNICATION ENGINEERING AT IIIT MANIPUR.
Feeds
已回答
laplace transormation of exponential function
clc; close all; z=sym('L'); syms a s t; F(t)=input("ENTER THE FUNCTION YOU WANT TO FIND LAPLACE :: "); L(s)=int(F(t)*e...
laplace transormation of exponential function
clc; close all; z=sym('L'); syms a s t; F(t)=input("ENTER THE FUNCTION YOU WANT TO FIND LAPLACE :: "); L(s)=int(F(t)*e...
5 years 前 | 2
已回答
Even and Odd parts
clc; clear all; close all; x=input("enter the values"); n=0:length(x)-1; n1=(1-length(x))*0.5:(length(x)-1)*0.5; y=flip(x)...
Even and Odd parts
clc; clear all; close all; x=input("enter the values"); n=0:length(x)-1; n1=(1-length(x))*0.5:(length(x)-1)*0.5; y=flip(x)...
5 years 前 | 1