photo

MahdiH


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
2 Respuestas

CLASIFICACIÓN
72.797
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0

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

más de 4 años hace | 0

Pregunta


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

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas