Please help me writing a for loop to display different permutations and combination numbers

1 view (last 30 days)
I have four images , and i wanted to assign with any of number(1 to 4) and present with combination of different image
To do this I am working on creating a matrix
I want to create a matrix like where first column is for image number, second column is for assigning number and third for any of other symbols
1 1 2
1 1 3
1 1 4
2 2 1
2 2 3
2 2 4
3 3 1
3 3 2
3 3 4
  1 Comment
Jan
Jan on 16 Jul 2019
Edited: Jan on 16 Jul 2019
The question is not clear yet: What is a "assigning number"? What is the general pattern your matrix should have? Are the first two columns identical in every case?

Sign in to comment.

Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!