3 state space model time discretization

조회 수: 9 (최근 30일)
Kanbodin
Kanbodin 2022년 11월 3일
편집: Torsten 2022년 11월 3일
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일
x_dot = A*x + [B,C]*[u;v]
So define
A_ss = A, B_ss = [B,C]

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by