Community Profile

photo

jenka


Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how to estimate cdf from ksdensity pdf
I have a quick question about ksdensity. For a given variable I derive distribution by binning into a specified number of bins, ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


binning histogram and obtaining the proportions
Dear all, I have a quick question. I have histogram and now suppose a new observation comes in and I would like to know which bi...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


finding n maximum elements in a matrix
Hi all, I have a symmetrical matrix of size mxm with diagonal elements equal to one. The values range [-1,1]. I would like to fi...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


coloring by third variable
Dear All, quick question. I have three variables comb(:,1), comb(:,2), comb(:,3) where comb(:,3) is the variable of either...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to sort correlation matrix
Dear all, I have correlation matrix rho. And I would like to sort it so that I can observe the high and low correlations. I als...

alrededor de 7 años hace | 0 respuestas | 1

0

respuestas

Pregunta


datenum problem with conversion
I have a question. I am trying to use datenum function as below. Question: why ans1=ans2? Am I using format wrongly? Thank you! ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot time format
I have two time matrices of t1=3x250 and t3=3x450 with 3 columns representing hour, minute and second as integers. I also have t...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


is it possible to do something like this in the loop:
if true % load Time; Time_test_1 = Time; clear Time; %load Time again; Time_test_2 = Time; ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


MFE garch tool box
I have a quick question regarding garch MFE tool box. It has a function called arma_forecaster. I am using this code to test the...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


econometric tool box surprise
Hi everybody, so I have not touched this code in few years but I am currently looking at it and it appears that some functional...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


predictive ability of matlab
I have original time series that experienced as some point in time abnormal values. I would like then to compare it to 12 other ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
how to create two bell shape curves
Hi Wayne, yes, I tried both ways already. However, if you do sum(y) or sum(y1) to give you the are under the curve (or trapz(y)...

casi 11 años hace | 0

Pregunta


how to create two bell shape curves
with the areas under these curves equal to 1, the same mean but different standard deviations. Thanks!

casi 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


gaussian histogram so that area is equal to one.
I have a quick question. I am creating my data in the following manner: a = -100; b = 100; x = a + (b-a) * rand(1, 500);...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is the a way to vary intersection between two normal bell curves
I would like to generate two random gaussian curves in such a way that I have a way to control intersection between these two cu...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


difference between trapz and just summing
Dear everybody, I was wondering what is the difference between the function trapz and the sum as used below. It appears to be a...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
not sure how to approach this
This is sooo great! I am so thankful to you!

alrededor de 11 años hace | 0

Pregunta


not sure how to approach this
I have a 2D matrix. Let's say A=80x100; I need a way to visit each cell in this matix only once. Moreover my problem is a littl...

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

3

respuestas

Pregunta


Cell array....searching without a loop?
I have a cell array A. Size is 200x1. The size of A{1} is 501x201x119=i x j x k. The same is true for other cells in A. Now for ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plotting histogram at each pixel of imagesc, possible?
Hi everybody, I have a quick question. I have two variables a=11x119x50 and b=119x50. I am plotting b as imagsc(b). Now I wou...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is there to make this double room to run faster?
Hi guys, I am trying to reduce the cost of running my program: is there a way to reduce two pieces of code: FIRST ONE: ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


quick syntax question for saving run time
I have the following: m1 = rand(5,5) m2 = rand(5,5) m3 = rand(5,5) m4 = rand(5,5) ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
finding a minimum from multiple matricies
You, guys, are soooooooooooooo great! Awesome! and thank you!

más de 11 años hace | 0

Pregunta


finding a minimum from multiple matricies
Hi everybody, I have a few large matricies of equal size. At each location, I would like to find minimum and its index. Note, es...

más de 11 años hace | 5 respuestas | 1

5

respuestas

Pregunta


comparing shapes: how to find the right one
Hi everybody, I have the following problem. I have a true data set. Which is a binary matrix (0/1). If I do imagesc(true_data), ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


shape matching: how to best address this problem
Hi everybody, I have this problem. In the figure, I need to see which set 1 or set 2 best matches my main set. Of course, you ca...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


automatic kmeans: choosing the number of clusters automatically?
Hi, I was wondering if there is a way in matlab to do automatic kmeans clustering where the number of clusters K is choosen auto...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Respondida
the problem of shifting and pcolor
This is exactly the issue with pcolor I am facing. I am just not sure how to solve this small problem: p_color with shading fla...

casi 12 años hace | 0

Pregunta


the problem of shifting and pcolor
Hi all, I am doing this code, and it appears that my text pixels are shifted compared to my pcolor output. Any suggestions. Not...

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


pcolor and pixel shift
I am using the following code. It appears that my text '*' has been shifted somewhat. Any suggestions on how to shift it back. I...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Cargar más