We want to create a 20x20 circulant symmetric matrix. Please help!
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The whole matrix will consist of 1 and 0. If the nodes are connected its going to be 1, if the nodes are not connected its going to be 0.
For example, the 4x4 matrix version looks like this : row1:(0 1 0 0) row2:(1 0 1 0) row3:(0 1 0 1) row4:(0 0 1 0) We would like to generate the 20x20 of this please!!
1 comentario
John D'Errico
el 13 de Dic. de 2013
Editada: John D'Errico
el 13 de Dic. de 2013
There are tools on the FEX to generate circulant matrices. Why not look there?
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!