Hello everyone, How to use ss2tf, if my state space equations consist's of both input and it's derivative
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!