Doubt in plot, help me

1 visualización (últimos 30 días)
Rodrigo Franco
Rodrigo Franco el 4 de Mzo. de 2016
Respondida: Image Analyst el 4 de Mzo. de 2016
Hello guys, how are u? I'm a doubt in plot graphics in matlab. How i put a line in axis x in matlab, 'cause when i put values in variables x and y, dont have a line in axis x. For example: Look the picture:
I want so:
Help me pelase

Respuestas (1)

Image Analyst
Image Analyst el 4 de Mzo. de 2016
Try this
grid on;
line(xlim, [0,0], 'Color', 'k', 'LineWidth', 3);

Categorías

Más información sobre 2-D and 3-D 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!

Translated by