When I run it Why there is no picture
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
x=0:50/pi:2*pi;
y=cos(x).*[0.5+3*sin(x)./(1+x.^2)];
plot(x,y)
When I run it Why there is no picture could anyone help me thx
2 comentarios
per isakson
el 19 de Mzo. de 2017
Editada: per isakson
el 19 de Mzo. de 2017
Did you check the values of x and y, respectively?
Respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!