Community Profile

photo

Gowtham HariHara


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1
  • First Review

배지 보기

Feeds

보기 기준

답변 있음
Problem using minboundquad function to create a minimum bounding quadrilateral for a given pointset
Modifying the line in minboundquad.m from if ( A_i < quadarea) to if (( A_i < quadarea)&& all(abs([qxi qyi]) < 1e15)) resolv...

거의 3년 전 | 0

| 수락됨

답변 있음
How to fix this error “Index exceeds the number of array elements (57)” while using minboundquad function
Along with the modification suggested by @Sindhu Karri and Modifying another line in minboundquad.m from if ( A_i < quadarea) ...

거의 3년 전 | 0

| 수락됨

질문


Problem using minboundquad function to create a minimum bounding quadrilateral for a given pointset
I had modified one line in the minboundquad.m function to remove the collinear edges in the pointset. from edges = convhull(x...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to fix this error “Index exceeds the number of array elements (57)” while using minboundquad function
%x = randn(50,1); %y = randn(50,1); points=importdata('points1.txt'); x=points(:,1); y=points(:,2); [qx,qy] = minboundquad(...

거의 3년 전 | 답변 수: 4 | 0

4

답변