Azzera filtri
Azzera filtri

How to generate a symmetric Toeplitz matrix?

2 visualizzazioni (ultimi 30 giorni)
How to generate a symmetric Toeplitz matrix ?

Risposta accettata

Stephan
Stephan il 18 Gen 2020
Modificato: Stephan il 18 Gen 2020
>> toeplitz([-pi 0 pi])
ans =
-3.1416 0 3.1416
0 -3.1416 0
3.1416 0 -3.1416
>> toeplitz([-pi -pi/2 0 pi/2 pi])
ans =
-3.1416 -1.5708 0 1.5708 3.1416
-1.5708 -3.1416 -1.5708 0 1.5708
0 -1.5708 -3.1416 -1.5708 0
1.5708 0 -1.5708 -3.1416 -1.5708
3.1416 1.5708 0 -1.5708 -3.1416
  5 Commenti
Stephan
Stephan il 19 Gen 2020
Did you notice that you can accept and/or vote for useful answers?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by