Draw a line parallel to another
4 ビュー (過去 30 日間)
古いコメントを表示
How can I draw a line that is parallel to another and passing thru 1 point on matlab? I have the graph only.. till now i made no hand calculations.. am trying to avoid the hand calculations.. any ideas please?
Thanks, Aya,
2 件のコメント
Jan
2012 年 7 月 24 日
I've removed "Matlab" from the title and the tags: All questions in this forum concern Matlab.
採用された回答
Jan
2012 年 7 月 24 日
編集済み: Jan
2012 年 7 月 24 日
The imline command allows for drawing a line onto the original line in the image. Then obtain the slope of the created line and use this to draw a new line through the wanted point.
If you explain, how your point is defined and what exactly "hand calculations" are, a more detailed answer is possible.
0 件のコメント
その他の回答 (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!