Réponse apportée
How to tune PID controllers for BLDC with SVPWM and vector control?
Hi, I won't be able to troubleshoot your model. However, please take a look at <https://www.mathworks.com/help/slcontrol/ug/_...

plus de 5 ans il y a | 0

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
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;...

plus de 5 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
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.

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

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

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
Problem with MPC toolbox (compiler?)
Answer posted in the last comment from Sara.

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 0

Réponse apportée
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...

presque 6 ans il y a | 1

Réponse apportée
PID setpoint problem
PID Controller block does not assume anything about the setpoint value, it operates on the error signal which is the difference ...

presque 7 ans il y a | 1

| A accepté

A résolu


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...

presque 7 ans il y a

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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:...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 1

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

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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 ...

environ 7 ans il y a | 0

Charger plus