Hello everyone, How to use ss2tf, if my state space equations consist's of both input and it's derivative
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I got the following state-space matrices with 'u' and 'y' as input and output: x' = A*x + B*U ; y = C*x + D*U ; here U = [u ; u'] , x' is derivative of x, u' is derivative of u where the size of matrices are x'(5x1) ; x(5x1) ; A(5x5) ; B(5x2) ; U(2x1) ; C(1x5) ; D(1x2) ;
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!