need mat lab coding for circulant matrix

A=[0 1 0 0 0 1
1 0 1 0 0 0
0 1 0 1 0 0
0 0 1 0 1 0
0 0 0 1 0 1
1 0 0 0 1 0]

1 件のコメント

Awais Saeed
Awais Saeed 2021 年 8 月 12 日
A = [0 1 0 0 0 1] % first row
B = toeplitz(A) % circulant matrix

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

質問済み:

2021 年 8 月 12 日

コメント済み:

2021 年 8 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by