필터 지우기
필터 지우기

linearization of a equation

조회 수: 8 (최근 30일)
arash rad
arash rad 2021년 6월 7일
답변: ojonugwa adukwu 2021년 6월 7일
Hi
i have this ss model and i want to linearization it in (0,0)
can anyone help me
thanks

답변 (1개)

ojonugwa adukwu
ojonugwa adukwu 2021년 6월 7일
Here you did not specify the input and the there is no equation for the output. So you will find the jacobbian that will provided you with A and B matrix of a linear system. It is assumed you know what your u is so that you can subsitute zero for it and the states which is where you are linearizing your system about.
To get Matrix A, a11 is the derivate of x1dot with respect to to x1. a12 is the derivative of x1dot wrt x2....a14 is the derivateive of x1dot wrt x4. Then a21 is the derivative of x2dot wrt x1.....a24 is the derivative of x2dot wrt x4......a41 is the derivative of x4dot wrt x1....
Do the same above but wrt to the input to get your matrix B elements. Then form the matrix.
MATLAB has the command 'jacobian' for finding the jacobian of scalars and vector functions

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by