In ssm (state space model), how can we indicate the same unknown parameters in coefficients matrix?

1 回表示 (過去 30 日間)
In ssm, NaN values in any coefficient matrix indicate unique, unknown parameters in the state-space model.
But if we want to represent the coefficients matrix like [1, a; a, 1] where a is the only unknown parameter, how can we do it in ssm?
  1 件のコメント
Raamasrinivas Venkata
Raamasrinivas Venkata 2019 年 12 月 18 日
Hi Jialin,
I am going through the exact problem as yours. How did you resolve this issue? Kindly let me know

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

回答 (1 件)

Prashant Arora
Prashant Arora 2017 年 7 月 17 日
Hi Jialin,
I understand that you would like to impose constraints on unknown parameters in ssm. You can use the "ParamMap" method to create the ssm. "ParamMap" is a Parameter-to-Matrix mapping function for implicit state-space model creation. The input argument to the function is a vector of unknown parameters, which can be passed on to definition of A,B and C matrices. Please refer to the following link for further information on "ParamMap"

カテゴリ

Help Center および File ExchangeStandard State-Space Model についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by