I have a question about plot. Plesase help me.
조회 수: 1 (최근 30일)
이전 댓글 표시
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!