Plot and scatter plot, weird lines removal
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Arvidsson
el 24 de Nov. de 2020
Comentada: Daniel Arvidsson
el 24 de Nov. de 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)')
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Scatter 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!