Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
milton
milton le 8 Nov 2020
Commenté : milton le 17 Nov 2020
I'm not sure where i am going wrong.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by