orthogonalarray( L_name,varargin)

バージョン 1.0.0.0 (3.3 KB) 作成者: Takafumi
orthogonal arrays (Taguchi Design)
ダウンロード: 280
更新 2017/9/12

ライセンスの表示

orthogonal arrays of Taguchi Design ('L4' 'L8' 'L9' 'L12' 'L18')
タグチメソッドの直交表
example)
>> design = orthogonalarray('L4')
design =
1 1 1
1 2 2
2 1 2
2 2 1
design = orthogonalarray('L9','Bounds',[1 3;0 2;0 5;0 6],'VariableNames',{'A1','B1','C1','D1'})
design =
A1 B1 C1 D1
__ __ ___ __
1 0 0 0
1 1 2.5 3
1 2 5 6
2 0 2.5 6
2 1 5 0
2 2 0 3
3 0 5 3
3 1 0 6
3 2 2.5 0

引用

Takafumi (2024). orthogonalarray( L_name,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/60769-orthogonalarray-l_name-varargin), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Add comments