How to make 2D boundary follow the data ?

1 Ansicht (letzte 30 Tage)
Faez Alkadi
Faez Alkadi am 8 Sep. 2017
Kommentiert: Faez Alkadi am 8 Sep. 2017
I have this data set (attached). I tried to find the boundary for it but the boundary doesn't follow outer data points exactly (as shown) especially at the corners. Though I tried to change shrink factor(s). Hope you can help me figure that out.
Thank you
x=Data(:,1);
y=Data(:,2);
s=1; %shrink factor
k = boundary(x,y,1);
Xbound=x(k);
Ybound=y(k);
plot(Xbound,Ybound);

Akzeptierte Antwort

Image Analyst
Image Analyst am 8 Sep. 2017
Try different shrink factors, the third argument. Try something between 0.1 and 0.9 until you find one that "hugs" your point set the best.
  1 Kommentar
Faez Alkadi
Faez Alkadi am 8 Sep. 2017
Hi,
I did that before, but still doesn't work. Hope you try it with the data i have attached and see. Thank you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by