Respondida
How to transfer from simulink block diagram to transfer function?
if you have a nonlinear Simulink mode, you can linearize it and gt a resulting transfer function using linerize command or using...

más de 12 años hace | 0

Respondida
How to generate a Bode plot using two sample time signals ?
Do you have the data in time domain (steer angle and yaw rate as functions of time)? If you do, you can create time-domain idda...

más de 12 años hace | 1

Respondida
How to plot bode plot from FFT data
You need to create an <http://www.mathworks.com/help/control/ref/frd.html frd object>. here is example code from doc page. ...

más de 12 años hace | 1

Respondida
Bode diagram of a quarter model
You need to figure out what the inputs and outputs are and express the system as a transfer function or a state space system. On...

más de 12 años hace | 0

Respondida
self tunable PID controller
Hi, Unfortunately there is no "off the shelf" solution for this scenario. There are a couple of options: 1. If dynamics is ...

más de 12 años hace | 0

Respondida
How can i pause an engaged PID controller while i am running a simulation? How can i start and reset a subsystem at a given time?
Should be pretty straightforward to do. You basically want the PID controller in one control path and the constant zero in the p...

más de 12 años hace | 0

Respondida
linerization fails in presence of relay block
When you launch PID Tuner, it tries to linearize your Simulink model. If you have strong discontinuities like relay exact lineri...

más de 12 años hace | 0

Respondida
MATLAB code for 1. design of PID controllers for conceptional system 2.inverted pendulum 3. modelling transfer function and state space
Please take a look at the examples and videos on Control System Toolbox page. That should provide the information you are lookin...

más de 12 años hace | 0

| aceptada

Respondida
Discrete PID Controller / Sampling times must agree
Can you please provide youur model. Hard to say what is happening without seeing the actual model.

más de 12 años hace | 0

Respondida
I am designing a closed loop pi control booster converter. when I want to automatically tune my discrete pi controller its show below message:
Yes, this often happens with SimPowerSystems models that have strong discontinuities that cannot be linearized using exact linea...

más de 12 años hace | 0

Respondida
Tuning of pid controller
Not sure what you mean by "analytic linearisation is not enabled". Is the error saying that exact linearization produces zer...

más de 12 años hace | 0

Respondida
Where can I find documents for C source files in Fuzzy toolbox?
The correct link is <http://www.mathworks.com/help/releases/R2013b/fuzzy/simulation-and-deployment.html here>

más de 12 años hace | 0

Respondida
linearizing a power system containing a powergui block
powergui block does not contain or introduce any states into the linear model you obtain when you linearize your model. You c...

más de 12 años hace | 0

Respondida
how to solve the error regarding constraint relax in linear analysis tool
It is hard to say what is happening without knowing what exactly you are doing. How are you specifying trimming conditions -i.e....

más de 12 años hace | 0

Respondida
simulink pid tuning error
You can also create a help request to get better assistance.

más de 12 años hace | 0

Respondida
How do i extract the state space with simulink control design?
When you linearize a Simulink model with Simulink Control Design you get a linear system linsys, which is an LTI object, as expl...

más de 12 años hace | 0

Respondida
Linearization for analyzing closed loop eigenvalues with SimPowerSystems
Simulink Control Design lets you linearize and analyze systems with arbitrary number of inputs and outputs. You are not limited ...

más de 12 años hace | 0

Respondida
how to solver this error? "Undefined variable "slctrlguis" or class "slctrlguis.pidtuner.getInstance".
please submit a <http://www.mathworks.com/support/service_requests/contact_support.do help request>.

más de 12 años hace | 0

Respondida
How to implement a hybrid model in MPC toolbox?
Hi, Model Predictive Control Toolbox does not currently support hybrid systems, but there are other MATLAB-based tools that ...

más de 12 años hace | 0

| aceptada

Respondida
How do we implement MPC on a practical three tank system?
Your question is not very clear. The best course of action would be to get in touch with your MathWorks account rep so that we c...

más de 12 años hace | 0

Respondida
Why are neccesary the nominal conditions to build the MPC using the command line example in Matlab???
From the examination of the error message it appears the error has nothing to do with "nominal conditions" you mention, and inst...

más de 12 años hace | 0

Respondida
how to measure mpc performance?
Can you clarify what you mean when you say "performance". You can't really do anything in frequency domain. In time domain you c...

más de 12 años hace | 0

Respondida
Getting simulation data from MPC toolbox GUI
Hello. Currently this is not supported by the tool. I created enhancement request to capture your suggestion. Thanks.

más de 12 años hace | 0

Respondida
What can I do with the error: The "totaldelay" command cannot be used for models with internal delays.?
Can you explain what you are doing exactly that is producing this error message? Internal delays are described <http://www.math...

más de 12 años hace | 0

| aceptada

Respondida
??? parameter must be a handle array
Hard to say what is happening without access to your code and model. Did you do op = operspec('CSTR_INOUT'); for your m...

más de 12 años hace | 0

Respondida
model predictive control toolbox for non-proper system
Here is the text from the <http://www.mathworks.com/help/mpc/gs/linear-time-invariant-lti-models.html doc>: The Model Predict...

más de 12 años hace | 2

Respondida
One to one mapping between bode plot and transfer function
Leaving aside the theoretical part of the question, you can use command <http://www.mathworks.com/help/ident/ref/tfest.html tfes...

más de 12 años hace | 0

| aceptada

Respondida
how to find minimum damping ratio of a stable second order system in matlab rootlocus plot using function "polar"
Your question does not provide enough information to be answered. Can you post your MATLAB code here and explain better what you...

más de 12 años hace | 0

Respondida
Scaling of state-space models using prescale
Realizing the question was asked a long time ago, but providing answer for the record nonetheless. The prescale command and G...

más de 12 años hace | 0

Respondida
How to find out which sates were used for linmod of a SimMechanics model?
Hi, As you mention, _linmod_ does not support his functionality. _linmod_ is a legacy Simulink function that is no longer act...

más de 12 años hace | 0

Cargar más