Community Profile

photo

MahdiH


Last seen: environ un an il y a Actif depuis 2020

Statistiques

  • First Answer
  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

A répondu
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)...

presque 2 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 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 ...

presque 3 ans il y a | 3 réponses | 0

3

réponses

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 2 réponses | 0

2

réponses