photo

Ze-Zheng Wu


Last seen: 2개월 전 2020년부터 활동

Followers: 0   Following: 0

Programming Languages:
Javascript, MATLAB
Spoken Languages:
English, Chinese
Pronouns:
He/him

통계학

All
  • Knowledgeable Level 1
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Epsilon Algorithm for Computing Padé Approximant
Not sure whether you still need this but also for whoever wants to use Wynn's epsilon in MATLAB, here is the code: function res...

1년 초과 전 | 0

| 수락됨

제출됨


Bar3D
A function to create 3d bar plot with the ability to set X and Y values.

거의 3년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


miss_hit-matlab-styler
A MATLAB Class Wrapper for MISS_HIT (Currently only mh_style is supported)

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

Thumbnail

답변 있음
Point or multiple points is/are in a triangle??
isinterior(polyshape(Triangle), Points); see polyshape and isinterior for more information.

거의 4년 전 | 0

답변 있음
How to add values in matrix if in a conditions is met?
splitapply(@(x) [x(1, 1), sum(x(:, 2))], data, findgroups(data(:, 1)));

거의 4년 전 | 0

질문


Wrong varargin when calling memoized functions saved in a handle class as constant properties
I have a handle class named as "MemoizedFunctionClass" to save all the memoized functions as its constant properties and it is c...

거의 4년 전 | 답변 수: 1 | 1

1

답변

문제를 풀었습니다


Min of a Matrix
Return the minimum value in the given matrix.

거의 4년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 4년 전