photo

Di Zhu


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
1 个回答

File Exchange

3 文件

Cody

0 个问题
1 个答案

排名
10,876
of 300,331

声誉
4

贡献数
2 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
11,746 of 20,920

声誉
39

平均
3.00

贡献数
3 文件

下载次数
4

ALL TIME 下载次数
391

排名
113,415
of 168,124

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

8 years 前 | 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 ...

9 years 前

已提交


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

9 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


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

9 years 前 | 1 次下载 |

0.0 / 5
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...

9 years 前 | 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...

9 years 前 | 1 个回答 | 0

1

个回答

已提交


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

9 years 前 | 1 次下载 |

3.0 / 5