Community Profile

photo

Di Zhu


2016 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


How to segment/partition point cloud into upper and lower layers?
This problem has been troubling me for long. I have attached a dataset of unorganized point cloud. It is the partial surface of ...

約7年 前 | 1 件の回答 | 0

1

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7年以上 前

送信済み


chicadechina/B-Splines
Basis functions for B-Splines (including nonrational and rational B-Splines).

8年弱 前 | ダウンロード 1 件 |

Thumbnail

送信済み


closed_cubic_bspline(P, varargin)
This is a function to draw a closed cubic B-Spline.

8年弱 前 | ダウンロード 1 件 |

Thumbnail

回答済み
How can I print the outcomes of a binomial distribution experiment in Matlab ?
I hope this helps: % use binary numbers to generate all possible outcomes var1 = cell(8,1); for i = 1 : 8 var1{i} = d...

8年弱 前 | 0

| 採用済み

質問


Assigning matrix to cells
Hello! I have preallocated the variable S with:S = cell(3,2); I want to assign the matrix [0 0 0] to each cell element, like thi...

8年弱 前 | 1 件の回答 | 0

1

回答

送信済み


unifyVertex(faces,vertices)
This function unifies the duplicated vertices of a triangular meshed object.

8年弱 前 | ダウンロード 1 件 |