How can I extract a series of profiles for different increments of THETA from cart2pol?
8 views (last 30 days)
Show older comments
I have a square grid of data Z(X,Y) that I have converted to a polar coordinate system, so that Z(THETA,RHO).
I want to extract one profile through Z per angular increment of THETA and export the series of profiles this generates to a single matrix with each Z profile as a row and the columns given by increasing RHO. In other words, one profile from each spoke of a wheel whose center is located at the bottom left corner of Z.
Any help is appreciated and I can give more details on the problem if needed.
Cheers, JK
0 Comments
Accepted Answer
Image Analyst
on 17 May 2013
Try the waterfall() function. It plots as a rectangle, not spokes, but perhaps that will suffice.
6 Comments
More Answers (0)
See Also
Categories
Find more on Performance and Memory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!