photo

Ze-Zheng Wu


Last seen: 6 mois il y a Actif depuis 2020

Followers: 0   Following: 0

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

Statistiques

All
MATLAB Answers

1 Question
3 Réponses

File Exchange

2 Fichiers

Cody

0 Problèmes
2 Solutions

RANG
8 338
of 297 503

RÉPUTATION
5

CONTRIBUTIONS
1 Question
3 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
12 907 of 20 449

RÉPUTATION
25

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
5

ALL TIME TÉLÉCHARGEMENTS
232

RANG
87 808
of 159 017

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

A soumis


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

environ 3 ans il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A soumis


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

plus de 3 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
Point or multiple points is/are in a triangle??
isinterior(polyshape(Triangle), Points); see polyshape and isinterior for more information.

plus de 4 ans il y a | 0

Réponse apportée
How to add values in matrix if in a conditions is met?
splitapply(@(x) [x(1, 1), sum(x(:, 2))], data, findgroups(data(:, 1)));

plus de 4 ans il y a | 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...

plus de 4 ans il y a | 1 réponse | 1

1

réponse

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a