Hello everyone, How to use ss2tf, if my state space equations consist's of both input and it's derivative
3 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!