I have a question about plot. Plesase help me.
1 回表示 (過去 30 日間)
古いコメントを表示
Nguyen Trong Nhan
2013 年 12 月 20 日
コメント済み: Nguyen Trong Nhan
2013 年 12 月 20 日
I want to draw a line x = a perpendicular to the x axis in matlab. How do I do ? (with a = constant) value y from 3 to 5.
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 12 月 20 日
編集済み: Azzi Abdelmalek
2013 年 12 月 20 日
s=get(gca,'ylim')
hold on;
plot([a a],s)
2 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!