create a line between two points on an already made plot
이전 댓글 표시
I have matrices x and y and make a plot with them. x=[0,...,85.8024]; (100 numbers) y=[0.8736,...,1.2157];(100 numbers) figure plot(x,y)
i want to create a line from A=(0,0.8736) to B=(85.8024,1.2157) on the same plot (red color).
채택된 답변
추가 답변 (1개)
Abhishekkumar Shingala
2020년 12월 29일
0 개 추천
Can we create smooth line (curve) between two points?
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!