답변 있음 Fuzzy Logic - inputing data into model
Open the Rule Viewer (View->Rules).
On the left side of the window you will see 3 columns for your inpouts with vertical redlin...
거의 15년 전 | 0
| 수락됨
답변 있음 More than one freqency response in Sisotool
Starting with R2010b, you can evaluate controller against multiple plant models in sisotool:
>>s=tf('s');
>>G=stack(1,1/(s+1),...
거의 15년 전 | 0
| 수락됨
답변 있음 Having trouble with closed loop Bode plots
Just a guess, but probably what happens is that part of the model (plant most likely) linearizes to 0, therefore resulting in "e...
답변 있음 PID using in converter
You can start by viewing this webinar. It covers converter modeling and control design:
http://www.mathworks.com/company/events/...
대략 15년 전 | 0
답변 있음 Electromechanical Actuator
Take a look at this webinar, it shows this exact workflow you are trying to follow:
http://www.mathworks.com/company/events/web...
답변 있음 Model Predictive Control Toolbox
The question author provided me with the model to look at. The problem in this case happens due to the way plant model is implem...
대략 15년 전 | 1
| 수락됨
답변 있음 Question on MPC/PID Controller in Simulink
Information in your question is not sufficient to determine what problem you are running into exactly, so if the answers do not ...
대략 15년 전 | 0
| 수락됨
답변 있음 Bode Diagram
You need to use bodeoptions command and set PhaseWrapping to on.
Here is an example showing how to do it:
>>s=tf('s'); %define ...
대략 15년 전 | 0
| 수락됨
답변 있음 Simulink PID Controller Tuning
Alan actually sent me his model. He is trying to control the quadrotor position and orientation by controlling 4 rotor speeds.
...