
Gowtham HariHara
Statistics
RANK
32.201
of 258.123
REPUTATION
1
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 17.786
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.291
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
12 Monate ago | 0
| accepted
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) ...
12 Monate ago | 0
| accepted
Question
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...
etwa ein Jahr ago | 2 answers | 0
2
answersQuestion
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(...
etwa ein Jahr ago | 4 answers | 0