# NOT RUN {
# -----------------------------------------------------------------
# Example 1: Generate a 5x5 correlation matrix
C = randcorr(5)
# Example 2: Generate a 1000x1000 correlation matrix
C = randcorr(1000)
# }
Run the code above in your browser using DataLab