Feeds
질문
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...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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: ...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
대략 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
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.
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.
13년 초과 전 | 0
답변 있음
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!
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!
13년 초과 전 | 0
질문
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...
13년 초과 전 | 답변 수: 4 | 0
