Laplace Transform of a Function over a specified interval.
古いコメントを表示
I want to find the laplace transform of a function. for example cos(t) but with a condition such that 0<t<4.
1 件のコメント
Vladimir Sovkov
2020 年 2 月 7 日
You mean, you want something like
? Then, just estimate it as the integral, either numerically (function "integral") or symbolically (function "int"). The other way is to define your function as the symbolic piece-wise one (equal to what you want within [0,4] and zero outside) and use the function "laplace".
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!