Azzera filtri
Azzera filtri

3 state space model time discretization

1 visualizzazione (ultimi 30 giorni)
Kanbodin
Kanbodin il 3 Nov 2022
Modificato: Torsten il 3 Nov 2022
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?

Risposte (1)

Torsten
Torsten il 3 Nov 2022
Modificato: Torsten il 3 Nov 2022
x_dot = A*x + [B,C]*[u;v]
So define
A_ss = A, B_ss = [B,C]

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by