Community Profile

photo

jenka


Active since 2011

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 1

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

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

11 years ago | 0

Question


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

11 years ago | 3 answers | 0

3

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0

Question


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

11 years ago | 3 answers | 0

3

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0

Question


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

11 years ago | 5 answers | 1

5

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 2 answers | 0

2

answers

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

11 years ago | 0

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Load more