![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11480743_1721196946284.png)
Ze-Zheng Wu
Followers: 0 Following: 0
Javascript, MATLAB
Spoken Languages:
English, Chinese
Pronouns:
He/him
Statistics
RANK
8,328
of 297,016
REPUTATION
5
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
12,908 of 20,419
REPUTATION
25
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
8
ALL TIME DOWNLOADS
230
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 year ago | 0
| accepted
Submitted
Bar3D
A function to create 3d bar plot with the ability to set X and Y values.
3 years ago | 7 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8ba08bb3-508b-401f-8e67-23120ddef64e/f58207ae-89c2-46fc-ba31-bd093c81973e/images/primaryScreenShot.png)
Submitted
miss_hit-matlab-styler
A MATLAB Class Wrapper for MISS_HIT (Currently only mh_style is supported)
3 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1ddb3764-6aa9-41bf-8352-5dd28946849f/d12fae68-9e98-4709-89c2-88deaee7ae1f/images/1637928274.png)
Point or multiple points is/are in a triangle??
isinterior(polyshape(Triangle), Points); see polyshape and isinterior for more information.
4 years ago | 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 years ago | 0
Question
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 years ago | 1 answer | 1
1
answerSolved
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 years ago