Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How I generate all possible pairs of matrices?

2 ビュー (過去 30 日間)
Ammy
Ammy 2018 年 1 月 26 日
閉鎖済み: Walter Roberson 2018 年 1 月 26 日
First I define orthogonal matrix as when I combine two matrices (entry in first matrix with the corresponding entry in second matrix) there is no repetition in the ordered pair in the whole new matrix . e.g
A=[1 2 3;2 3 1; 3 2 1] and B=[1 2 3;3 1 2;2 1 3]
New = [1 1 2 2 3 3; 2 3 3 1 1 2; 3 2 2 1 1 3]
In the resulting matrix there is no repetition in the pairs.
If I have 120 such matrices , how I generate all possible mutually orthogonal out of these 120.
  2 件のコメント
Walter Roberson
Walter Roberson 2018 年 1 月 26 日
Stephen23
Stephen23 2018 年 1 月 26 日
編集済み: Stephen23 2018 年 1 月 26 日

回答 (1 件)

Ammy
Ammy 2018 年 1 月 26 日
The question is same as earlier , but still I don't know the appropriate way to get all possible pairs in MATLAB. Would you please like to introduce any code that solve my problem.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by