how to make a vector circularly simmetric?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I would like to make my vector circulary simmetric. I have something like
A=[1,5,15,50,15,5,1];
And I would like to have a matrix like this:
B=[1,1,1,1,1,1,1;
1,5,5,5,5,5,1;
1,5,15,15,15,5,1;
1,5,15,50,15,5,1;
1,5,15,15,15,5,1
1,5,5,5,5,5,1;
1,1,1,1,1,1,1];
Can someone help me? Thank you in advance
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!