photo

Ji Hoon Jeong


Last seen: environ un an il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

1 Question
6 Réponses

File Exchange

1 Fichier

RANG
3 748
of 299 221

RÉPUTATION
14

CONTRIBUTIONS
1 Question
6 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
14 808 of 20 665

RÉPUTATION
13

CLASSEMENT MOYEN
1.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
138

RANG

of 163 778

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 1
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
I keep on getting 'index exceeds array bounds'
I presume this is your code. i=1; x1(i)=1; x2(i)=1; x3(i)=1; error_x1(i)=999999999999999999999999; whi...

presque 7 ans il y a | 0

Réponse apportée
display excel data in guitable ?
First load the data file (i.e. xls file) And feed it into uitable with name-value pair. [~, ~, raw] = xlsread('Book1.xlsx')...

presque 7 ans il y a | 1

Réponse apportée
Could anyone help me to solve the issue in the command line
for i = [4, 12, 24, 36] feval(symengine,'combinat::bell',i); end Is this what you looking for?

presque 7 ans il y a | 0

| A accepté

Réponse apportée
Indexing Error in Image Processing
If you are trying to get the location of the pixel where a user clicked, then you better try ginput function. ginput(1) will ...

presque 7 ans il y a | 0

Réponse apportée
how to add 2( two) function
Hi vaya putra This error comes out because you are basically adding two "functions". What you want to do is probably adding ...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
Find the minimum of 3 2d arrays at each position.
Hi Li zifan Your algorithm is fine, but several parts can be fixed to make it much faster. 1. Preallocation is critical I...

presque 7 ans il y a | 0

| A accepté

Question


Separate Drawing of Gaussian Mixture Model
I have a 1D data which need to be separated by two . So I used fitgmdist(data,2); and got # mu # sigma # com...

plus de 9 ans il y a | 3 réponses | 0

3

réponses