photo

Ze-Zheng Wu


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
MATLAB Answers

1 个提问
3 个回答

File Exchange

2 文件

Cody

0 个问题
2 个答案

排名
8,621
of 300,137

声誉
5

贡献数
1 个提问
3 个回答

回答接受率
100.0%

收到投票数
1

排名
12,897 of 20,878

声誉
27

平均
0.00

贡献数
2 文件

下载次数
2

ALL TIME 下载次数
244

排名
93,036
of 167,493

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

2 years 前 | 0

| 已接受

已提交


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

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
Point or multiple points is/are in a triangle??
isinterior(polyshape(Triangle), Points); see polyshape and isinterior for more information.

5 years 前 | 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)));

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

5 years 前 | 1 个回答 | 1

1

个回答

已解决


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

5 years 前

已解决


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

5 years 前