Community Profile

photo

Gowtham HariHara


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
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) ...

fast 3 Jahre vor | 0

| akzeptiert

Frage


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...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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(...

fast 3 Jahre vor | 4 Antworten | 0

4

Antworten