How can I generate matrix with one loop?

1 回表示 (過去 30 日間)
Hind Thanoon
Hind Thanoon 2020 年 4 月 21 日
コメント済み: Hind Thanoon 2020 年 4 月 21 日
Hello, I need to generate this matrix without many loops:
[1 2 3; 1 2 4; 1 2 5; 1 2 6; 1 3 4; 1 3 5; 1 3 6; 1 4 5; 1 4 6; 1 5 6; 2 3 4; 2 3 5; 2 3 6; 2 4 5; 2 4 6; 2 5 6; 3 4 5;
3 4 6; 3 5 6; 4 5 6];
I need simple way that can generate this matrix without many for loops

採用された回答

Geoff Hayes
Geoff Hayes 2020 年 4 月 21 日
Hind - try using nchoosek.
  1 件のコメント
Hind Thanoon
Hind Thanoon 2020 年 4 月 21 日
Thank you very much. Its work.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by