Réponse apportée
System Identification TB GUI hands when drag'n dropping databox
Hi Antti, Could you <http://www.mathworks.com/support/service_requests/contact_support.do please submit a help request> to tech...

presque 13 ans il y a | 0

| A accepté

Réponse apportée
xPC target SimMechanics Solidworks (real-time rapid controller simulation) Virtual reality
Have you seen <http://www.mathworks.com/videos/robot-arm-control-system-using-xpc-target-68907.html this example>? For real-time...

presque 13 ans il y a | 2

| A accepté

Réponse apportée
Transfer of Transfer Functions 4X4 Matrix from Matlab to Simulink
As the documentation for Transfer Function block states: "The block can model single-input single-output (SISO) and single-in...

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 1

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

presque 13 ans il y a | 1

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

Réponse apportée
simulink pid tuning error
You can also create a help request to get better assistance.

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 2

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

presque 13 ans il y a | 0

| A accepté

Charger plus