parameter combination

it permutes all the element-wise combination of N parameter arrays

Sie verfolgen jetzt diese Einreichung

example usage:

para{1} = [1 2 3]
para{2} = [0 1]
output = permutor(para)

ans =
1 0
1 1
2 0
2 1
3 0
3 1

Zitieren als

Zeshan Yao (2026). parameter combination (https://de.mathworks.com/matlabcentral/fileexchange/27267-parameter-combination), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0