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

4 views (last 30 days)
milton
milton on 8 Nov 2020
Commented: milton on 17 Nov 2020
I'm not sure where i am going wrong.

Accepted Answer

Prabhan Purwar
Prabhan Purwar on 12 Nov 2020
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

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!