linking polar plot with image data
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 !
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!