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

4年弱 前 | 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(...

4年弱 前 | 4 件の回答 | 0

4

回答