Doubt in plot, help me
3 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Image Analyst
2016 年 3 月 4 日
Try this
grid on;
line(xlim, [0,0], 'Color', 'k', 'LineWidth', 3);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!