필터 지우기
필터 지우기

x(t)=2+3*Π4(t)*sinc(t)

조회 수: 2 (최근 30일)
milton
milton 2020년 11월 8일
댓글: milton 2020년 11월 17일
I'm not sure where i am going wrong.

채택된 답변

Prabhan Purwar
Prabhan Purwar 2020년 11월 12일
Hi,
Kindly have a look at the following code:
x = linspace(-5,5);
y = 2+3*pi*4*x.*sinc(x);
plot(x,y)
Links:
Thanks
  댓글 수: 1
milton
milton 2020년 11월 17일
thank you Prabhan Purwar. it worked perfectly!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by