Doubt in plot, help me
이전 댓글 표시
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
답변 (1개)
Image Analyst
2016년 3월 4일
Try this
grid on;
line(xlim, [0,0], 'Color', 'k', 'LineWidth', 3);
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!