differentiation of function inside another function
Mostrar comentarios más antiguos
u=
where 
How to calculate the value of 
Respuestas (1)
Alan Stevens
el 18 de Mzo. de 2021
0 votos
Use the chain rule!
9 comentarios
Maths Maths
el 18 de Mzo. de 2021
Alan Stevens
el 18 de Mzo. de 2021
No. I don't have the Symbolic toolbox.
Maths Maths
el 19 de Mzo. de 2021
Walter Roberson
el 19 de Mzo. de 2021
That looks like it is closely related to a Laplace transform -- it would be the Laplace transform for the case of u = 1.
Under the assumption that s and u are both > 0 then you can probably relate it to the Laplace transform.
Maths Maths
el 21 de Mzo. de 2021
Walter Roberson
el 21 de Mzo. de 2021
Use the symbolic toolbox and laplace() or ilaplace()
Maths Maths
el 21 de Mzo. de 2021
Walter Roberson
el 21 de Mzo. de 2021
F = @(s,u) laplace(s/u);
I do not believe that there is a unique inverse for F(s,u) unless u is given explicitly
Maths Maths
el 22 de Mzo. de 2021
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!