Problems about Simulink and Yalmip #979
-
Dear Jahon, I worte a S-function to use co-simulation of Carsim and Matlab/Simulink so that achieving the Intelligent vehicle trajectory tracking control. However, I found the simulations run slowly. Could you give some suggestions? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you are using the optimizer approach as shown in the example, and you are using a good solver, there is nothing more you can do from a YALMIP perspective. |
Beta Was this translation helpful? Give feedback.
-
penbmi is something I would never use. It is very unstable and not updated for many years. If you are solving LMIs repeatedly, you should use an optimizer setup with Mosek as the solver.Sedumi is ok-ish, but typically less stable and slower than mosek |
Beta Was this translation helpful? Give feedback.
If you are using the optimizer approach as shown in the example, and you are using a good solver, there is nothing more you can do from a YALMIP perspective.