Réponse apportée
Representing controller in z-domain and plant in continuous domain
Simulink model should not be creating any errors if you are combining continuous and discrete blocks. Here is a model with a si...

presque 11 ans il y a | 1

Question


What is Missing from Fuzzy Logic Toolbox?
What should MathWorks add to Fuzzy Logic Toolbox? What features would be useful to you?

presque 11 ans il y a | 1 réponse | 2

1

réponse

Réponse apportée
Why cant i tune this simple electrical system? "The plant model in the PID loop linearizes to zero" Please help!!!!!!!!!!!!!!!!!!!!!!!!!!!
See <http://www.mathworks.com/help/slcontrol/ug/troubleshooting-automatic-pid-tuning.html#btt7pgj here> .

presque 11 ans il y a | 0

| A accepté

Réponse apportée
how to write a matlab coding for position and velocity algorithm for a digital pid controller
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

presque 11 ans il y a | 0

Réponse apportée
How to tune PID for a Output(t) = k*Input(t) system?
Plant model does not have an integrator in it, so you need an integral term to achieve zero steady-state error. In other words,...

presque 11 ans il y a | 0

Réponse apportée
Tuning PID - I tune the PID the first time and adjust a few things, but when I want to adjust the PID later it says "The plant model in the PID loop linearizes to zero, and therefore cannot be used in PID controller design."
Hi, Here is the <http://www.mathworks.com/help/slcontrol/ug/troubleshooting-automatic-pid-tuning.html#btt7pgj doc section> that...

presque 11 ans il y a | 0

Réponse apportée
Obtaining a transfer function from tfestimate
Hi, If you have access to System Identification Toolbox, you could use it to estimate a transfer function that you can use fo...

presque 11 ans il y a | 1

Réponse apportée
PID GImbal 2 Axis Simulation
I suggest you start by checking out some of the already existing resources, such as <http://www.mathworks.com/discovery/pid-cont...

environ 11 ans il y a | 0

Réponse apportée
How to define Controller Parameters Source for PID simulink block in matlab 2013a?
The ability to specify PID gains externally was added in 2015a. It does not exist in the earlier releases. The workaround is to ...

environ 11 ans il y a | 1

Réponse apportée
what tuning method is used for 'pidtool' or 'pidTuner' for PID tuning ?
See <http://www.mathworks.com/matlabcentral/answers/182606-how-does-the-pid-tuner-calculate-the-parameters-kp-ki-kd here> .

environ 11 ans il y a | 0

Réponse apportée
adaptive model predictive control
The intitial values are substracted to remove the offset from the data. The delay block resamples continuous signals coming from...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Is possible uses PLC Code Generation with MPC (Model Predictive Control)
At the time this question was asked MPC Controller block did not support structured text generation with Simulink PLC Coder. Thi...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Different MIMO zeros, poles when using tf and ss system representation
Your post does not include the code for creating ss_sys and tf_sys, but I assume you created tf_sys by doing: tf_sys=tf(ss_...

environ 11 ans il y a | 1

Réponse apportée
PID controller gain calculation
Please try the tools and techniques explained on this page for <http://www.mathworks.com/discovery/pid-control.html PID Control>...

plus de 11 ans il y a | 0

Réponse apportée
How to use 'idfrd' system object as a channel model in simulink
You cannot do time domain simulation on a frequency response model. What you can do is fir a transfer function or state space mo...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
How do I enter output/input data in PID Tuner app?
The time vector has to be uniformly sampled. In your data time starts at -2, then a sample at -1, then 0, then sample time becom...

plus de 11 ans il y a | 1

Réponse apportée
PID Tuning tells me the system has closed loop stability even though it doesn't
Could it be the same issue as in <http://www.mathworks.com/matlabcentral/answers/180391-is-matlab-giving-a-wrong-root-locus-mayb...

plus de 11 ans il y a | 0

Réponse apportée
How do I make the transfer function matrix to state space?
P=[(s+4)/(s^2+4*s+25) -25/(s^2+4*s+25); (s+5)/(s^2+4*s+25) (s-25)/(s^2+4*s+25)] S=ss(P)

plus de 11 ans il y a | 0

Réponse apportée
plot frequency response of simulink system
There are tools for linearizing Simulink models - i.e., getting a transfer function from a Simulink model. You can take a look o...

plus de 11 ans il y a | 0

Réponse apportée
"The PID tuning tools are not supported for plant models of type "ss"? What is th reason?
Is there any way you could attach a simple model so I could try it? Or post a snapshot of a model?

plus de 11 ans il y a | 0

Réponse apportée
Problem with selecting linear analysis points
If you want to do frequency response estimation, then please refer to <http://www.mathworks.com/help/slcontrol/examples/designin...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Trim Output Specification for Element of a Bus
Unfortunately, this is not currently supported. I created an enhancement request to address this in a future release.

plus de 11 ans il y a | 0

Réponse apportée
How to use PID controlller tune option in 2009Ra version
The functionality for automatic tuning of PID controllers was introduced in Control System Toolbox in release R2010b ( _pidtune_...

plus de 11 ans il y a | 0

Réponse apportée
How to tune a PIV controller using MATLAB?
<http://www.mathworks.com/products/robust/apps.html Control System Tuner app> works well for this custom controller architecture...

plus de 11 ans il y a | 2

| A accepté

Réponse apportée
Is MATLAB giving a wrong root locus? Maybe a bug?
There is no error with your code or bug in MATLAB. It just seems you got the sign wrong. If you do rlocus(-num,den), you will ...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
Fitting transfer function to amplitude phase data
Actually the function specifically created for this task is <http://www.mathworks.com/help/ident/ref/tfest.html tfest> from Syst...

plus de 11 ans il y a | 0

Réponse apportée
Designing a PID controller for a pendulum
You could tune the PID controller with PID Tuner app, unless you are trying to stcik with your method specifically. >>s=tf(...

plus de 11 ans il y a | 0

Réponse apportée
Matching step response from Simulink with Matlab
No, it actually has to do with calculating the derivative of a signal. You don't want to use pure derivative block. To match res...

plus de 11 ans il y a | 2

| A accepté

Réponse apportée
unable to tune PID controller with matlab function block
Take a look at <http://www.mathworks.com/videos/pid-controller-tuning-for-a-model-with-discontinuities-89347.html this video> an...

plus de 11 ans il y a | 0

Réponse apportée
how to map a conrol value from simulink block to PWM% value?
Take a look <http://www.mathworks.com/discovery/pulse-width-modulation.html here> .

plus de 11 ans il y a | 0

Charger plus