Nathan Batta
Followers: 0 Following: 0
Feeds
提问
How to create an ISO 8606 disturbance profile?
Hello! I am trying to create an ISO 8606 class D disturbance profile. I tried to follow the code described here but I am gettin...
3 years 前 | 0 个回答 | 0
0
个回答提问
How to change the step size for fmincon?
Hello! I am trying to use fmincon to optimize some weights for an MPC controller. The weights can vary from about 0 to 1000 but ...
4 years 前 | 0 个回答 | 0
0
个回答提问
Quadprog solver not following constraints
Hello! I am working on a project where I use quadprog to solve an optimization problem for a model predictive controller (MPC)....
4 years 前 | 1 个回答 | 0
1
个回答提问
How to make MPC controller act before disturbance hits?
Hello! I am working on designing an MPC controller with preview information to control an active suspension. However, I have no...
4 years 前 | 1 个回答 | 0
1
个回答提问
Can I Disable the Kalman Filter for MPC?
Hello! I am working on a project where I am building an MPC controller. However, when it tries to create the mpc object it give...
4 years 前 | 1 个回答 | 0
1
个回答提问
Model Predictive Control (MPC) Weight Tuning
Hello! I am working on building an MPC controller for an active suspension. However, I am finding that the controller is not pe...
4 years 前 | 0 个回答 | 0
0
个回答提问
Good Tutorial for MPC?
Hello! Does anyone have a source for a good, detailed tutorial on how to implement a model predictive controller in Matlab? Try...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How to rotate a rectangle
Update: I was able to get it to work using the following code: g=hgtransform; r=rectangle('Parent',g,'Position',[x_left,xc+2*...
How to rotate a rectangle
Update: I was able to get it to work using the following code: g=hgtransform; r=rectangle('Parent',g,'Position',[x_left,xc+2*...
5 years 前 | 0
提问
How to rotate a rectangle
Hello! I am working on modeling a dynamic suspension system and I am trying to create an animation for it. I have the translati...
5 years 前 | 3 个回答 | 0
3
个回答提问
Length of Array of Symbolic Variables
Hello! I have an array of several symbolic variables that I want to loop through. However, when I use the length function, it sa...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to extract a coefficient from a specific symbolic variable?
Hello all! I am modeling a suspension system and I have 6 very long equations of motion that I need to convert to state space....
5 years 前 | 1 个回答 | 2