finding coordinate of closed region in plot

Tanks for helping Tank you for an answer my question. However, it is not correct. I have a matrix, plot this, but I want specific data of this matrix, in the attachment file you can understand my question.
1-http://www.mediafire.com/?8ah92r42raiet8q 2-http://www.mediafire.com/?x3iyn4f319dzvoc 3-http://www.mediafire.com/?xst61qgjfwdmm9x
I want all data in the close lope I draw by pain.
Tanks for helping I want all dara rang in this close lop

댓글 수: 3

Sean de Wolski
Sean de Wolski 2011년 7월 15일
What is a .rar file. I don't trust it and won't download/open it. post an image or a .mat file
Sean de Wolski
Sean de Wolski 2011년 7월 15일
Or even better yet just a sample of data
It appears the question has been edited so that the links are now to a .png file, a .mat file, and a small .txt file that show the command that was used.

댓글을 달려면 로그인하십시오.

답변 (2개)

bym
bym 2011년 7월 2일

0 개 추천

Maybe this will help:
clc;close;clear
contour(peaks)
hold on
[c,h] = contour(peaks,[5,5]);
c(:,1)=[]; % extract coordinates
plot(c(1,:),c(2,:),'k--','linewidth',2)
Walter Roberson
Walter Roberson 2011년 7월 17일

0 개 추천

interp2(w1,p1,green,XtoExtract,YtoExtract)

댓글 수: 2

no
Image Analyst
Image Analyst 2011년 7월 25일
No what? Would you like us to be as brief as you are to us? How would you like us to answer you in one word responses? Would that help you? OK, so here's my word: "huh?"

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Time Series Events에 대해 자세히 알아보기

질문:

2011년 7월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by