Plot and scatter plot, weird lines removal

3 vues (au cours des 30 derniers jours)
Daniel Arvidsson
Daniel Arvidsson le 24 Nov 2020
Hi!
I have a plot and another scatter plot in same window, but i get weird lines between the scatters. How can i remove those? My code is:
plot(g,f), grid on, hold on
scatter(g_v,f_v)
xlabel('g(s)=c(s)*s')
ylabel('f(s)=q*EBO(s)')

Réponse acceptée

VBBV
VBBV le 24 Nov 2020
Modifié(e) : VBBV le 24 Nov 2020
%f true
plot(g,f,'+');
Use a marker in the plot function By default plot uses a continous line
  1 commentaire
Daniel Arvidsson
Daniel Arvidsson le 24 Nov 2020
Thank you! I hade another plot in the same program that made it extra weird to that i forgotten about.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by