Laplace transform of integral
Afficher commentaires plus anciens
I am trying to take the Laplace transform of the following equation using 2019a:

I am having an issue with the integral, which I know should come out to be y(s)/s.
I have tried
I = laplace(int('y(x)','x','0','t'),t,s)y(x) , x’,’0’,’t’),t,s)
and more basically:
syms y(x) s t x
R = int(y,t,0,t)
laplace(R)
but I keep getting y(s)/s^2
Any help is much appreciated in advance
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!