How do I use a discrete-time state-space model inside simulink?

2 ビュー (過去 30 日間)
Kevin Stravers
Kevin Stravers 2017 年 11 月 11 日
回答済み: Nick Choi 2017 年 11 月 14 日
I made a state-space model in matlab using the function `kalman`. Now I want to use this in simulink. How do I do that?

回答 (1 件)

Nick Choi
Nick Choi 2017 年 11 月 14 日
If you want to implement a discrete-time state-space model in Simulink, you can use the 'Discrete State-Space' block. The following documentation page provides additional information on how to use this block:
Also, you could use the 'Kalman Filter' block in Simulink to estimate the states of the system; one thing to note is that the block is slightly different than the 'kalman' function. This documentation page provides some helpful information on the differences between the block and the function:

カテゴリ

Help Center および File ExchangeAdditional Math and Discrete についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by