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

fast 11 Jahre vor | 1

Frage


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

fast 11 Jahre vor | 1 Antwort | 2

1

Antwort

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

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 1

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 1

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

etwa 11 Jahre vor | 0

Beantwortet
adaptive model predictive control
The intitial values are substracted to remove the offset from the data. The delay block resamples continuous signals coming from...

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 0

| akzeptiert

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

etwa 11 Jahre vor | 1

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 1

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

mehr als 11 Jahre vor | 0

Beantwortet
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)

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

Beantwortet
"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?

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 2

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 2

| akzeptiert

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

Mehr laden