hello everyone. Now I have compiled a program code to extract the data from the dotted line. But the code has run in a state, I hope you can help to see where the error is. Thank you very much.
조회 수: 1 (최근 30일)
이전 댓글 표시
CODE:
idx2= MO(:,1)>=min(xx) & MO(:,1)<=max(xx) & MO(:,2)>=centroids(:,2); %The range between abscissa of A1 and A2 is the boundary, which is divided into left and right parts; Note: the center of mass is inside the dune.
dataC=MO(idx2,:);
xx4=dataC(:,1);
yy4=dataC(:,2);
[h,p]=min(yy4);%point_B
B=[xx4(p),h];
ERRO:dataC=[ ]
댓글 수: 5
Image Analyst
2021년 6월 5일
What does "the code has run in a state" mean?
And please give all the code including where MO, xx, centroids, etc. get defined.
What is a "dune"? You mean like a windswept pile of sand?
No we don't see the error because you forgot to post it. Post ALL THE RED TEXT. As of now, only Walter has the Crystal Ball Toolbox to see it.
Here is another chance to read the posting guidelines to make it easy for us to help you (not hard):
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!