Creating a symmetric matrix from a single column vector
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ben McSeveney
le 15 Fév 2018
Réponse apportée : Star Strider
le 15 Fév 2018
How do I create a symmetric matrix from a given column vector, e.g. [1 2 3; 2 1 2; 3 2 1] from [1; 2; 3]?
I have a 84x1 column vector of data so need a quick method.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!