Community Profile

photo

Christian Maschner


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Sort 3d matrix according to another 3d matrix
Hi, I have two 3d matrices (A and B) with the same size (m,n,o). I want to sort matrix B along the third dimension based o...

7 years ago | 1 answer | 0

1

answer

Question


NANMEANs for each (n,m) position over several matrices with the same size
Hi all, I have a number of matrices with the same size. What I need is a nanmean for each position of the matrices over all m...

10 years ago | 1 answer | 0

1

answer

Question


Repeated K-means clustering to create a tree diagram
I have several time-series and I want to use the k-means function for a cluster analysis (distance = correlation). 1st step: ...

11 years ago | 0 answers | 0

0

answers

Question


KMEANS delivers different results on the same data set?
I'm performing a cluster analysis on financial time series. The distance measure is correlation. IDX = kmeans(data',2,'di...

11 years ago | 1 answer | 0

1

answer

Question


Sort Matrix by Columns (descending by the number NaN entries)
Once again I need your help! I have a matrix with a variable number of columns. All these columns have a different number of ...

11 years ago | 1 answer | 0

1

answer

Answered
How can I create a matrix where every combination of numbers between 0 and 1 (step x) is used and every row sums to one?
It works for steps <0.02! That's very helpful! Thank you Teja! But the rows do not sum to one.

11 years ago | 0

Answered
How can I create a matrix where every combination of numbers between 0 and 1 (step x) is used and every row sums to one?
That's exactly what I was looking for! Thanks a lot!

11 years ago | 0

Question


How can I create a matrix where every combination of numbers between 0 and 1 (step x) is used and every row sums to one?
Hello everybody, I'm looking for a way to create a matrix where every row sums to one and every combination of numbers betwee...

11 years ago | 4 answers | 0

4

answers