How to create a column combination?

I have this matrix:
A=[1 1 1; 2 2 2]
And I want to create the following matrix:
A=[1 1 1; 1 1 2; 1 2 1; 1 2 2; 2 1 1; 2 1 2; 2 2 1; 2 2 2]
Is there any function similar to nshoosek?

1 Comment

What is the wanted output for [1,2,3; 4,5,6] ?

Sign in to comment.

Answers (0)

Categories

Asked:

on 23 Oct 2021

Commented:

Jan
on 23 Oct 2021

Community Treasure Hunt

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

Start Hunting!