Function for linearization of nonlinear system of equations
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
- V =F(rp,x1,x2,theta(t), psi(t), phi(t),wx(t),wy(t) ) is a non linear equation and the objective is to minimize output vector V for the given optimization variables rp, x1 and x2. Can anyone recommend me a method to linearize it using matlab ?
10 comentarios
Walter iacomacci
el 16 de Nov. de 2020
If you have the actual differential equation you can recreate it easily in Simulink. Here is an example:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/415378/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/415383/image.png)
Which is a Differential Equation System of a Circuit, the Block diagram looks like this with Vin=30
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/415388/image.png)
Ignore the gain with 1/4 going to VL it is just a relation to obtain the values in time for a voltage in the inductor.
If you have only 1 differential equation is much easier. Let me know if you need help.
Respuestas (0)
Ver también
Categorías
Más información sobre Systems of Nonlinear Equations 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!