How can I plot laplace transformed functions?
이전 댓글 표시
How can I plot laplace transformed functions? Since the function should be imaginary I can not use fplot, can I? For example, how would I plot this:
syms x
f = sin(x);
l = laplace(f);
Thanks in advance.
댓글 수: 2
syms x
f = sin(x);
l = laplace(f)
l is a function of complex variable, s. So it depend on what kind of plot you want to make.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

