Dynamic-Calibration/utils/YALMIP-master/extras/randpsd.m

3 lines
47 B
Mathematica
Executable File

function Q = randpsd(n)
Q = randn(n);Q = Q*Q';