Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
milton
milton el 8 de Nov. de 2020
Comentada: milton el 17 de Nov. de 2020
I'm not sure where i am going wrong.

Respuesta aceptada

Prabhan Purwar
Prabhan Purwar el 12 de Nov. de 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 comentario
milton
milton el 17 de Nov. de 2020
thank you Prabhan Purwar. it worked perfectly!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by