when plotting something the plot becomes messy
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
x = 0:pi/100:2*pi;
y = sin(x);
plot(x,y)
when i try to plot someting on matlab i always get messy plots. For an example i have used a very basic equation given above and my plot looks something like this,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/279083/image.png)
3 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!