怎么用MATLAB实现LATIN超立方抽样的啊
怎么用MATLAB实现LATIN超立方抽样的啊回复
Matlab函数库有该函数.具体用法help lhsdesign. 太感谢了!还想问一下怎么把抽样与灵敏度分析(傅立叶幅值法,Sobol's法)相结合呢 x = lhsdesign(100,2);
subplot(2,2,1); plot(x(:,1), x(:,2), 'o');
subplot(2,2,2); hist(x(:,2));
subplot(2,2,3); hist(x(:,1));
你可以试一下!
我也不是十分清楚。
页:
[1]