Creating a symmetric matrix from a single column vector

6 ビュー (過去 30 日間)
Ben McSeveney
Ben McSeveney 2018 年 2 月 15 日
回答済み: Star Strider 2018 年 2 月 15 日
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.

採用された回答

Star Strider
Star Strider 2018 年 2 月 15 日
That same example is in the documentation for the toeplitz function.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by