photo

MahdiH


Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
130.767
of 300.331

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

meer dan 3 jaar 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...

meer dan 4 jaar 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 ...

meer dan 4 jaar 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 ...

bijna 5 jaar 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 ...

ongeveer 5 jaar ago | 2 answers | 0

2

answers