how to make a vector circularly simmetric?
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!