Hammersley Sampling for Design of Experiments DOE for MATLAB

バージョン 1.0 (47.6 KB) 作成者: mansour torabi
Hammersley Sampling method For Design of Experiments (DOE) has been implemented in MATLAB
ダウンロード: 144
更新 2021/1/29

View MATLAB Hammersley Sampling for Design of Experiments DOE on File Exchange

Project

Hammersley Sampling Method utilized for Design Of Experiments (DOE)

Usage

Run EVAL_Hammersley.m file:

P = 300;   % No of samples in each dimensions
N = 10;    % No of dimensions 

H = Hammersley(P, N);

figure;
title('Hammersley Samples');
subplot(331); plot(H(1,:), H(2,:), 'r.'); 
xlabel('H1'); ylabel('H2');
subplot(332); plot(H(1,:), H(3,:), 'b.');
xlabel('H1'); ylabel('H3');
subplot(333); plot(H(1,:), H(4,:), 'm.');
xlabel('H1'); ylabel('H4');

subplot(334); plot(H(1,:), H(5,:), 'k.');
xlabel('H1'); ylabel('H5');
subplot(335); plot(H(1,:), H(6,:), 'g.');
xlabel('H1'); ylabel('H6');
subplot(336); plot(H(1,:), H(7,:), 'b.');
xlabel('H1'); ylabel('H7');

subplot(337); plot(H(1,:), H(8,:), 'c.');
xlabel('H1'); ylabel('H8');
subplot(338); plot(H(1,:), H(9,:), 'r.');
xlabel('H1'); ylabel('H9');
subplot(339); plot(H(1,:), H(10,:), 'm.');
xlabel('H1'); ylabel('H10');

suptitle('Hammersley Samples');

Output is as follows:

Contact

Email: smtoraabi@ymail.com

引用

mansour torabi (2024). Hammersley Sampling for Design of Experiments DOE for MATLAB (https://github.com/Mansourt/MATLAB_Hammersley_Sampling_for_Design_of_Experiments_DOE/releases/tag/v1.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2020b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。