linking polar plot with image data

1 view (last 30 days)
Sukuchha
Sukuchha on 16 Feb 2012
I have a direction(nxn) and magnitude (nxn) images. I generate a polar plot by
polar(direction(:), magnitude(:));
Now i want to have an ability to select extreme points in the polar plot and see where those points lies in direction image?
How should i go for this ? please suggest !

Answers (1)

Sukuchha
Sukuchha on 17 Feb 2012
BUMP !
  2 Comments
Sukuchha
Sukuchha on 21 Feb 2012
so i guess its not possible with matlab ?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!