How to create line from point?
Ältere Kommentare anzeigen
I want to create line through all point like this picture, How to create it if I have each point?
Thank you
1 Kommentar
Azzi Abdelmalek
am 26 Apr. 2015
No picture attached
Antworten (1)
Image Analyst
am 26 Apr. 2015
0 Stimmen
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.
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!