フィルターのクリア

syntax help

2 ビュー (過去 30 日間)
Janet
Janet 2012 年 3 月 21 日
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

採用された回答

Honglei Chen
Honglei Chen 2012 年 3 月 21 日
  1 件のコメント
Janet
Janet 2012 年 3 月 21 日
thank you so much...i was searching for syntax for this in matlab help

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by