Hello, I'm trying to plot this function but I totally have no idea how to write the code.

 채택된 답변

Star Strider
Star Strider 2021년 10월 3일

0 개 추천

Since you’re obviously using the Symbolic Math Toolbox, use the fplot function.
.

댓글 수: 4

rachel cheng
rachel cheng 2021년 10월 3일
Can you write the code?
Not for your problem, specifically because I have no idea what it is, however I can illustrate the approach —
syms s t
H(s) = 1/(s^2 + 2*s + 10)
H(s) = 
h(t) = ilaplace(H,s,t)
h(t) = 
figure
fplot(h, [0 2*pi])
grid
Experiment to get the result you want.
.
rachel cheng
rachel cheng 2021년 10월 3일
thx
Star Strider
Star Strider 2021년 10월 3일
As always, my pleasure!
.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Plot Customization에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2021년 10월 3일

댓글:

2021년 10월 3일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by