Feeds
回答済み
Quantify Similarity Between Curve Shapes
I suggest using Procrustes analysis. let's say the top curve is "a" and the bottom one is "b", then: [d,Z,tr] = procrustes(a,b)...
Quantify Similarity Between Curve Shapes
I suggest using Procrustes analysis. let's say the top curve is "a" and the bottom one is "b", then: [d,Z,tr] = procrustes(a,b)...
3年以上 前 | 0
回答済み
Normality test of the Matlab function 'randn'
Dear @dpb, Appreciate your response. After reading your reply, I did more experminets and it seems even Wilks-Shapiro test doe...
Normality test of the Matlab function 'randn'
Dear @dpb, Appreciate your response. After reading your reply, I did more experminets and it seems even Wilks-Shapiro test doe...
4年以上 前 | 0
質問
Normality test of the Matlab function 'randn'
Hi Matlab community, I have generated 2000 samples using Matlab function 'randn', and was trying to test it for normality. The ...
4年以上 前 | 3 件の回答 | 0
3
回答質問
Grouping of sub arrays
Dear Matlab community, This is a toy example to explain my question: x=[1 1 2 3 3 1 0 4 4 4 1 1 1 1 5 5 0 1 3 3 3 3 1 4 4 4 ...
約5年 前 | 1 件の回答 | 0
1
回答質問
Vectorization of For loop
Dear Matlab community, Is it possible to vectorize the following for loop: a = rand(100,100); b = rand(500,100,100); for ...
5年以上 前 | 2 件の回答 | 0


