how to create square matrix ?
古いコメントを表示
i want to create square matrix but it is with at most 1 rows.
Actually i am using Kalman filter command to create estimator but it is giving me some error..
the command is
QN=eye(10);
L= kalman(syssc,QN,QV)
the error is coming for QW
In the "kalman(SYS,QN,RN,NN,...)" command, QN must be a real square matrix with at most 1 rows.
how should i do this ?
2 件のコメント
Azzi Abdelmalek
2013 年 3 月 20 日
What is syssc? continuous or discrete system? provide more information about your system.
Aniket
2013 年 3 月 20 日
編集済み: Walter Roberson
2013 年 3 月 20 日
回答 (1 件)
Walter Roberson
2013 年 3 月 20 日
1 投票
eye(1) would be a real square matrix with one row.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!