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.

2 次查看(过去 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
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 CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by