photo

Ze-Zheng Wu


Last seen: 6ヶ月 前 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,338
of 297,503

評判
5

コントリビューション
1 質問
3 回答

回答採用率
100.0%

獲得投票数
1

ランク
12,907 of 20,449

評判
25

平均評価
0.00

コントリビューション
2 ファイル

ダウンロード
5

ALL TIME ダウンロード
232

ランク
87,808
of 159,017

コントリビューション
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...

1年以上 前 | 0

| 採用済み

送信済み


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

約3年 前 | ダウンロード 4 件 |

0.0 / 5
Thumbnail

送信済み


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

3年以上 前 | ダウンロード 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.

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年以上 前