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

4 Ansichten (letzte 30 Tage)
milton
milton am 8 Nov. 2020
Kommentiert: milton am 17 Nov. 2020
I'm not sure where i am going wrong.

Akzeptierte Antwort

Prabhan Purwar
Prabhan Purwar am 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
  1 Kommentar
milton
milton am 17 Nov. 2020
thank you Prabhan Purwar. it worked perfectly!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by