parameter combination

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

您现在正在关注此提交

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

引用格式

Zeshan Yao (2026). parameter combination (https://ww2.mathworks.cn/matlabcentral/fileexchange/27267-parameter-combination), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Matrices and Arrays 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0