MATLAB CONTROL SYSTEM TOOLBOX 9 Podręcznik Użytkownika Strona 489

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 649
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 488
initial
11-99
To plot the initial condition responses of several LTI models on a single figure,
use
initial(sys1,sys2,...,sysN,x0)
initial(sys1,sys2,...,sysN,x0,t)
(see impulse for details).
Wheninvokedwithlefthandarguments,
[y,t,x] = initial(sys,x0)
[y,t,x] = initial(sys,x0,t)
return the output response y, the time vector t used for simulation, and the
state trajectories
x. No plot is drawn on the screen. The array y hasasmany
rows as time samples (length of
t) and as many columns as outputs. Similarly,
x has length(t) rows and as many columns as states.
Example Plottheresponseofthestate-spacemodel
x
·
1
x
·
2
0.5572 0.7814
0.7814 0
x
1
x
2
=
y
1.9691 6.4493
x
1
x
2
=
Przeglądanie stron 488
1 2 ... 484 485 486 487 488 489 490 491 492 493 494 ... 648 649

Komentarze do niniejszej Instrukcji

Brak uwag