Community Profile

photo

Gowtham HariHara


Last seen: quasi 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1
  • First Review

Visualizza badge

Feeds

Visto da

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

quasi 3 anni fa | 0

| accettato

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

quasi 3 anni fa | 0

| accettato

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 3 anni fa | 4 risposte | 0

4

risposte