Parameterization
이전 댓글 표시
Good Morning All, I was wondering if there was a way to parameterize the boundary of a shape given x and y cartesian coordinates?
I was thinking of using the matlab interpft function to get x(t) and y(t) not just xt and yt so I can use it when finding the fourier transforms coefficients. Any suggestion are very much appreciated.
Thanks Mel
댓글 수: 1
Andrew Newell
2011년 7월 17일
This is a duplicate of an earlier question (http://www.mathworks.com/matlabcentral/answers/11552-fourier-transform-of-2d).
답변 (3개)
the cyclist
2011년 7월 15일
0 개 추천
You might be interested in the convhull() function.
Image Analyst
2011년 7월 17일
0 개 추천
You can use bwboundaries. It gives you a parameterized boundary -- (x,y) location is parameterized as a function of array index.
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!