correlation coefficient

7 views (last 30 days)
milad babaei
milad babaei on 18 Jun 2011
This function will generate a normal distribution conditional by bounds:
i run above code 2times and have 2 vectors by this format x=(1,i),i=1e4 and now i want to make correlation coefficient between those variables.what should i do?

Accepted Answer

Wolfgang Schwanghart
Wolfgang Schwanghart on 18 Jun 2011
Hi,
doc corrcoef
Best regards, W.
  2 Comments
milad babaei
milad babaei on 19 Jun 2011
hi
would you please explain me more on using this command??
Walter Roberson
Walter Roberson on 19 Jun 2011
When x1 and x2 are your two vectors, then
R = corrcoeff([x1;x2]);

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!