フィルターのクリア

Solving a Riccati equation via Schur decomposition in the versions later than MATLAB 7.0

11 ビュー (過去 30 日間)
N Madani SYED
N Madani SYED 2011 年 11 月 26 日
コメント済み: burak ergocmen 2017 年 12 月 12 日
Hi, I was using ric_schr (Mu Analysis and Synthesis Toolbox) command in MATLAB 7.0 to solve riccati equation via schur decomposition. However, this command (as well as the toolbox) is missing in later versions of MATLAB such as MATLAB 7.6.0 (R2008a). Is there any other substitute for ric_schr in the subsequent versions?

回答 (2 件)

Walter Roberson
Walter Roberson 2011 年 11 月 26 日
I find evidence that ric_schr become part of the Robust Control Toolbox, but the function of that name does seem to have disappeared.
Possibly the current replacement function would be http://www.mathworks.com/help/toolbox/robust/ref/bstmr.html
See also this contributed code which seems to use schur() and ordschur() for this purpose.
  1 件のコメント
N Madani SYED
N Madani SYED 2011 年 11 月 27 日
Thanks for the reply. I'll see how well the information works out for me.

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


burak ergocmen
burak ergocmen 2017 年 11 月 27 日
I think ordschur is not working on script . Is there a way or another code for that
  2 件のコメント
Christine Tobler
Christine Tobler 2017 年 11 月 27 日
Could you post the error message you are receiving when calling ordschur? I don't see a reason why it wouldn't work in a script.
burak ergocmen
burak ergocmen 2017 年 12 月 12 日
I use it in the simulink/matlab function. schur is working well but if we type ordschur , it is not working and there is error message .
Undefined function or variable 'ordschur'.
Function 'shurrmethod ' (#44.186.213), line 13, column 1: "[U,S]=ordschur(Ud,Sd,'lhp')" Launch diagnostic report.

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by