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

3 lines
47 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function Q = randpsd(n)
Q = randn(n);Q = Q*Q';