3 state space model time discretization

I am trying to create a 3-state space model of the adaptive cruise control as following
and discretize the model
however, the state-space function [ss(A,B,C,D)] of matlab defaulted to
and system
and I can't create the state space mode.
How can I create the 3-state space model manually?

回答 (1 件)

Torsten
Torsten 2022 年 11 月 3 日
編集済み: Torsten 2022 年 11 月 3 日

0 投票

x_dot = A*x + [B,C]*[u;v]
So define
A_ss = A, B_ss = [B,C]

カテゴリ

ヘルプ センター および File ExchangeDynamic System Models についてさらに検索

製品

タグ

質問済み:

2022 年 11 月 3 日

編集済み:

2022 年 11 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by