Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
milton
milton il 8 Nov 2020
Commentato: milton il 17 Nov 2020
I'm not sure where i am going wrong.

Risposta accettata

Prabhan Purwar
Prabhan Purwar il 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

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by