3 lines
47 B
Mathematica
3 lines
47 B
Mathematica
|
|
function Q = randpsd(n)
|
||
|
|
|
||
|
|
Q = randn(n);Q = Q*Q';
|