Orthogonal Array

This program generates an Orthogonal Array of strength 2
970 Downloads
Aktualisiert 14. Jul 2014

Lizenz anzeigen

Generate an Orthogonal Array using simple permutation method. The algorithm was provided in the paper Leung et. al.
Calling A=OA_PERMUT(Q,N,J)

Q = the number of levels
N = the number of factors or columns
J is selected such that number of rows is equal to Q^J and
N = (Q^J - 1)/(Q-1)

Tested on oa_permut(3,4,2) given in paper
Tested on Taguchi L64 array oa_permut(2,63,6)

Reference: Leung, Y.-W.; Yuping Wang,"An orthogonal genetic algorithm with quantization for global numerical optimization," Evolutionary Computation, IEEE Transactions on , vol.5, no.1, pp.41,53, Feb 2001, doi: 10.1109/4235.910464

Zitieren als

Yogananda Jeppu (2024). Orthogonal Array (https://www.mathworks.com/matlabcentral/fileexchange/47218-orthogonal-array), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Language Fundamentals finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0