linearization problem Linear Parameter Varying (LPV) approximation of Simmechanics model
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mert onkol
el 22 de Oct. de 2015
Comentada: mert onkol
el 27 de Oct. de 2015
Hi guys,
I am trying to get the Linear Parameter Varying model of my simmechanics model but encountering a problem. Actually, my simmechanics system has 20 states and during the design phase i need all of the states but after applying linearization process, the outcome of the
linsys = linearize(mdl, op, io);
code line reduces the states to 10. My question is how could I avoid the state reduction ? Because it is vital to get the linearized system with 20 states with original number of the nonlinear one...
Thanks in advance...
Mert...
0 comentarios
Respuesta aceptada
Sebastian Castro
el 23 de Oct. de 2015
Does the following work for your model?
>> options = linearizeOptions('BlockReduction','off');
>> linsys = linearize(sys,op,io,options)
- Sebastian
Más respuestas (0)
Ver también
Categorías
Más información sobre Trimming and Linearization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!