how to make a vector circularly simmetric?

2 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by