How to create line from point?
이전 댓글 표시
I want to create line through all point like this picture, How to create it if I have each point?
Thank you
댓글 수: 1
Azzi Abdelmalek
2015년 4월 26일
No picture attached
답변 (1개)
Image Analyst
2015년 4월 26일
0 개 추천
You didn't attach a picture. And define "picture". If you want lines in the graphical overlay, you can use the line() function. It's easy enough that I imagine you'd be able to figure it out. If you want to create a digital image with the lines "burned into" the image, then you'd need imline(), like my attached demo.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!