Community Profile

photo

Ji Hoon Jeong


Korea University

Last seen: más de 1 año hace Con actividad desde 2016

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

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

más de 5 años hace | 0

Respondida
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')...

más de 5 años hace | 1

Respondida
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?

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

Enviada


plot_scroll
matlab function plot_scroll

más de 5 años hace | 1 descarga |

Thumbnail

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

| aceptada

Pregunta


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

alrededor de 8 años hace | 3 respuestas | 0

3

respuestas