Beantwortet
Bode Plot block in Simulink is not working in triggered system
Hi, Please try recommendations in <https://www.mathworks.com/help/slcontrol/ug/event-based-subsystems-externally-scheduled-su...

mehr als 5 Jahre vor | 0

Beantwortet
How to change frequency unit in plot of viewGoal function without using right click and properties dialog?
Hi, Try this: gmax = frd([1 1 0.01],[0 1 100]); Req = TuningGoal.MaxGain('du','u',gmax); viewGoal(Req); h=gcr;...

mehr als 5 Jahre vor | 1

| akzeptiert

Beantwortet
Control of LLC Converter
What is G - is it transfer function from Fs(frequency) to Vout? Probably it is transfer function from Vin to Vout right? If y...

mehr als 5 Jahre vor | 0

Beantwortet
Open loop stability: Bode - Pole zero plot mismatch
You did not post your system, so it is a bit hard to figure out what is going on, especially when you say that you see poles mov...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How I can simulate PWM with PID controller as signal input in simulink ?
see if <https://www.mathworks.com/videos/speed-control-of-a-dc-motor-using-pwm-68962.html this video> might help.

mehr als 5 Jahre vor | 0

Beantwortet
how can i simulate feedback system with fuzzy controller in m file without simulink?
Hi, I am afraid there is no easy way to do it. You would have to use <https://www.mathworks.com/help/fuzzy/evalfis.html eva...

mehr als 5 Jahre vor | 0

Beantwortet
PID tuning when error input data to PID and output data from Plant is available.
Hi there, If you do not have a model, but have input/output data from the model, you can use system identification to identif...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
How to place poles at particular frequency in MATLAB Control System Designer in Discrete Compensation?
Hi there, First, right click in the design plot (bode or root locus) and select "edit compensator" <</matlabcentral/answer...

mehr als 5 Jahre vor | 0

Beantwortet
Tuning of PIID controller
Hi there, The way you are trying to model uncertainty in Simulink is not supported. If you define uncertain parameters in Rob...

mehr als 5 Jahre vor | 0

Beantwortet
SISO model - how to "auto tune"?
Hi, One option is to use <https://www.mathworks.com/products/sl-design-optimization.html Simulink Design Optimization> . ...

mehr als 5 Jahre vor | 0

Beantwortet
i am trying to tune PID in my permanent magnet synchronous motor. there has 3 PID controller which is to control speed and direct and quadrature current. any best technique to tune this PID?
Please take a look at the <https://www.mathworks.com/videos/automatic-tuning-of-field-oriented-controllers-for-an-induction-moto...

mehr als 5 Jahre vor | 0

Beantwortet
How to improve an MPC (Model Predictive Control) performance?
The undershoot you are seeing is due to two reasons: 1. Mismatch between plant and controller initial conditions. 2. Contr...

mehr als 5 Jahre vor | 0

Beantwortet
Model Predictive control look-ahead feature
Hello, I'll try to explain. First, you do not need to use signal previewing. Probably in most cases you do not know how setpo...

mehr als 5 Jahre vor | 0

Beantwortet
Specify multiple inequalities in form A*x<=b (>=) for default mpc problem
I am afraid you cannot do more than setconstraint allows. Could you please explain why you need to vary number of constraints fr...

mehr als 5 Jahre vor | 0

Beantwortet
connection of tf with PWM input
Hi there, Please take a look at this video: <https://www.mathworks.com/videos/speed-control-of-a-dc-motor-using-pwm-68962.htm...

mehr als 5 Jahre vor | 0

Beantwortet
Problem with MPC toolbox (compiler?)
Answer posted in the last comment from Sara.

mehr als 5 Jahre vor | 0

Beantwortet
Question about deploy MPC to labview
Hi there, MPC controller object can be deployed with <https://www.mathworks.com/products/compiler.html MATLAB Compiler> . Ple...

mehr als 5 Jahre vor | 0

Beantwortet
Is it possible to use a MILP in MPC
Hi, For Model Predictive Control Toolbox plant model needs to be an LTI model as you stated. If you are not using Model Predict...

mehr als 5 Jahre vor | 0

Beantwortet
Model Predictive Control (MPC)
Hi there, I think you might want to look at callbacks for MPC Controller block. Right click on the block, select "Block Propert...

mehr als 5 Jahre vor | 1

Beantwortet
PID setpoint problem
PID Controller block does not assume anything about the setpoint value, it operates on the error signal which is the difference ...

mehr als 6 Jahre vor | 1

| akzeptiert

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 6 Jahre vor

Beantwortet
How to set sample time in the PID-tuner
PID Tuner automatically assumes controller sample time is equal to the sample time of the plant. So if you want to change the sa...

fast 7 Jahre vor | 0

Beantwortet
Change style of a bodeplot with many plots
Hello Martin, This is not supported at the moment. Have you taken a look at answers to similar questions, this one for example:...

fast 7 Jahre vor | 0

Beantwortet
Resonance frequency from bode and damp do not agree. Matlab bug or user fault?
The formula for computing resonant frequency as a function of a natural frequency that you used is only valid for 2nd order syst...

fast 7 Jahre vor | 1

Beantwortet
linear analysis in triggered subsystem
Take a look <https://www.mathworks.com/help/slcontrol/ug/event-based-subsystems-externally-scheduled-subsystems.html here> and <...

fast 7 Jahre vor | 0

Beantwortet
Closed Loop MIMO System with Interaction?
Take a look at <https://www.mathworks.com/help/control/examples/connecting-models.html this example> , and <https://www.mathwork...

fast 7 Jahre vor | 0

Beantwortet
How do we model and design a controller for a machine has no mathematical model? whats the best way ?
You can follow the workflow described <https://www.mathworks.com/help/control/getstart/interactively-estimate-plant-parameters-f...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
What is the tuning method used in PID tuner apps (SIMULINK)?
PID Tuner app uses proprietary tuning algorithm developed by MathWorks. More details in the <https://www.mathworks.com/help/slco...

fast 7 Jahre vor | 0

Beantwortet
can i use the simulink linear analysis tool to do the analysis of a Permanent Magnet Machine?
PID Tuner by default relies on exact linearization to obtain a linear representation of a Simulink model at a desired operating ...

fast 7 Jahre vor | 0

Beantwortet
what is the name of the method used in the pid tuner in matlab 2016 ?
PID Tuner app uses proprietary tuning algorithm developed by MathWorks. More details in <https://www.mathworks.com/help/control...

fast 7 Jahre vor | 0

Mehr laden