Filter löschen
Filter löschen

syntax help

2 Ansichten (letzte 30 Tage)
Janet
Janet am 21 Mär. 2012
temp=randsrc(1,2);
temp=[temp zeros(1,4)];
temp1=transpose(temp);
temp1 =
1
-1
0
0
0
0
I want to create circulant matrix with temp1 as first column... I have a circulant matrix with temp1 as first row :
h1=gallery('circul',temp1)
But I need it to be first column, Pls help me with it

Akzeptierte Antwort

Honglei Chen
Honglei Chen am 21 Mär. 2012
  1 Kommentar
Janet
Janet am 21 Mär. 2012
thank you so much...i was searching for syntax for this in matlab help

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by