photo

Siddharth Mishra


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

STUDENT OF ELECTRONICS AND COMMUNICATION ENGINEERING AT IIIT MANIPUR.

Statistiques

  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apporté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...

plus de 4 ans il y a | 2

Réponse apportée
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)...

plus de 4 ans il y a | 1