How do I get coordinate from 2D image ?
古いコメントを表示
figure
h=imagesc(phi,theta, Z)
im = imagemodel(h)
maxval = getMaxIntensity(im)
i get the max intensity, but i need the [X Y] coordinate of this point.
in 1D i used in findpeaks
now i have a problem
help me
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
