when plotting something the plot becomes messy
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Line Plots 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!