parameter combination

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

You are now following this Submission

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

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0