Community Profile

photo

MahdiH


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

2 years ago | 0

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

3 years ago | 0

Question


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

3 years ago | 3 answers | 0

3

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 2 answers | 0

2

answers