Why does my graph plot show a horizontal line?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
My Matlab ver is 2017b
I want to get rid of that horizontal line or at least know what it meant.
This is my code.

figure
plot(num(:,8),num(:,10))
title('xyz');
xlabel('x');
ylabel('y');
grid on;
2 comentarios
Alex Mcaulley
el 15 de Nov. de 2019
I guess that your last 'x' value is 0 (and the previous one is ~21), then you obtain the horizontal line
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!