To linearize a system in Matlab given the point of equilibrium, you must follow these steps:
main.m50 chars4 lines
where x1
and x2
are the states of the system, and u
is the input.
x1
and x2
when u=0
:main.m60 chars4 lines
main.m79 chars3 lines
Jeq
is non-singular. If it is singular, then the linearization process will not work at this point.main.m9 chars2 lines
main.m144 chars6 lines
The resulting sys
is a state-space model of the linearized system around the equilibrium point.
gistlibby LogSnag