Create a line using 10 points
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mikel lasa
am 7 Apr. 2021
Kommentiert: Abhishek Gupta
am 14 Apr. 2021
Hello,
After doing a linear fitting to a laser stripe, I got also the intersection points of those lines. Now, im stuck in creating a new virtual laser stripe that gathers all the 10 points.
This is the plot that I have right now.
How can I create a new line using these intersections?
Thanks in advance
1 Kommentar
Mathieu NOE
am 7 Apr. 2021
hello
if you have the x, y coordinates of those 10 points, why not make a linear fit ( polyfit with 1st order polynomial)
Akzeptierte Antwort
Abhishek Gupta
am 12 Apr. 2021
Hi,
Referring to the following documentation, which might help you resolve the issue: -
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!