parameter combination

it permutes all the element-wise combination of N parameter arrays
310 Downloads
Updated 16 Apr 2010

View License

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 (2024). parameter combination (https://www.mathworks.com/matlabcentral/fileexchange/27267-parameter-combination), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Matrices and Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0