how to make a vector circularly simmetric?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!