photo

Di Zhu


2016년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

2 질문
1 답변

File Exchange

3 파일

Cody

0 문제
1 답안

순위
10,885
of 301,383

평판
4

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
11,804 of 21,252

평판
39

평균 평점
3.00

참여
3 파일

다운로드 수
4

ALL TIME 다운로드 수
391

순위
117,358
of 174,306

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

거의 9년 전 | 답변 수: 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년 초과 전

제출됨


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

거의 10년 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

거의 10년 전 | 다운로드 수: 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...

거의 10년 전 | 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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

제출됨


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

거의 10년 전 | 다운로드 수: 1 |

3.0 / 5