mainlakearea.m

来自「This set of files show some of the princ」· M 代码 · 共 15 行

M
15
字号
%% First Test With Standard uniform law

close all;
rand('seed',0);
TestPolyGon('Standard');

%% Now try with Halton

rand('seed',0);
TestPolyGon('Halton');

%% Finally with Halton

rand('seed',0);
TestPolyGon('Sobol');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?