State-space input response
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have this state space system for an a/c;
[u_dot;w_dot;q_dot;theta_dot]=[-0.045,0.036,0,-0.322 ; -0.370,-2.02,1.76,0 ; 0.191,-3.96,-2.98,0 ; 0,0,1,0][u;w;q;theta] + [0,1 ; -0.282, 0 ; -11, 0 ; 0, 0][𝛿_e;𝛿_t] )
. Aircraft has initial of[176;0;0;0]. I want to input w=-5 ft/s in the time range of t=3s to t=8s. How can i do that and how to plot response?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur PID Controller Tuning dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!