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
2021 年 8 月 12 日
A = [0 1 0 0 0 1] % first row
B = toeplitz(A) % circulant matrix
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!