Respondida
How set saturation for PID?
There is no easy way to do this in MATLAB (or Control System Toolbox, to be more precise). Control System Toolbox is geared tow...

alrededor de 12 años hace | 2

Respondida
simulation with ARX models
Not 100% clear what you mean, but my guess is that you want the result of what you are doing at command line to look like the "m...

más de 12 años hace | 1

Respondida
How to get sensitivity matrix of a system from a full non-linear model?
Simulink Control Design lets you <http://www.mathworks.com/discovery/linearization.html linearize> the nonlinear model to get a ...

más de 12 años hace | 0

Respondida
why is there 2 different types of output responses in the 2 simulink models of the closed loop transfer function,for the same step input given below?
The response are different for a couple of reasons: 1. The main reason is the initial conditions are different. In respo...

más de 12 años hace | 0

Respondida
want to tune the pid for the dcdc converter
Can you be more specific when you say tuning is not working? PID Tuner works by linearizing a Simulink model from controller ...

más de 12 años hace | 0

Respondida
How to build Body Plots in Simulink from time-domain data (non-linear system)
In this case the best bet is System Identification Toolbox. Take a look at <http://www.mathworks.com/products/sysid/examples.ht...

más de 12 años hace | 0

Respondida
How to use bode plot in simulink
Follow <http://www.mathworks.com/help/slcontrol/ug/linearize-at-model-operating-point.html#bso7mjz this tutorial> using your mod...

más de 12 años hace | 0

Respondida
How to get transfer function from a bode plot data?
<http://www.mathworks.com/help/ident/examples/frequency-domain-identification-estimating-models-using-frequency-domain-data.html...

más de 12 años hace | 0

| aceptada

Respondida
pidtune - what algorithm is used to tune the pid controller?
It is a patented frequency-domain algorithm developed by MathWorks. Hi-level description is provided in the help for pidtune, un...

más de 12 años hace | 1

| aceptada

Respondida
Tuning PI controller from Simulink model with an m-file
You are correct, PID Tuner linearizes the model from PID controller output to PID controller input. This is explained in the doc...

más de 12 años hace | 0

| aceptada

Respondida
How to find a stable response with state space and PID controller?
Actually, your model should be stable. I created the model and it produces a stable response with the gains and parameters you s...

más de 12 años hace | 0

Respondida
Generating; Rise Time, Overshoot etc from step input in Simulink
Please take a look at the <http://www.mathworks.com/help/control/ref/stepinfo.html stepinfo> function. That's what you need to u...

más de 12 años hace | 0

Respondida
Arduino PID on simulink?
This <http://www.mathworks.com/videos/data-driven-control-how-to-design-a-controller-when-plant-model-is-not-available-81897.htm...

más de 12 años hace | 0

| aceptada

Respondida
Why does the System Identification Toolbox return a different transfer function than one produced analytically?
I get very good match: t=0:0.01:100; u=6*cos(2*t)'; y=(-exp(-t)-3*exp(-3*t)+4*cos(2*t)+4*sin(2*t))'; data=iddata(y...

más de 12 años hace | 0

Respondida
system identification: get estimated initialState
You need to use <http://www.mathworks.com/help/ident/ref/findstatesidparametric.html this function>.

más de 12 años hace | 0

| aceptada

Respondida
Using results from Transfer Function Estimates in System Identification Toolbox
Most likely the issue is due to not using the proper initial conditions as explained in the previous <http://www.mathworks.com/m...

más de 12 años hace | 0

Respondida
Simulink model for Refrigeration?
there are no shipping examples in Simulink itself, but if you search you can find links like <http://www.scribd.com/doc/16589456...

más de 12 años hace | 0

Respondida
Solved: MPC design tool failing to start in 2013a
I just checked and everything works Ok for me. To troubleshoot this, we would need to have more info about your configuration, s...

más de 12 años hace | 0

| aceptada

Respondida
what is the name of robot arm that has been used in Robot-Arm Control System using xPC Target
The hardware shown in this demo is custom built by MathWorks engineers for demo purposes. It is not available as commercial off-...

más de 12 años hace | 0

| aceptada

Respondida
Is there an equivalent function of unit delay in matlab that I can use in M-files?
Using Control System Toolbox you can specify a delay in your LTI system. You can then simulate the LTI system using commands suc...

más de 12 años hace | 0

Respondida
Ball and beam balance system
<http://ctms.engin.umich.edu/CTMS/index.php?example=BallBeam&section=ControlPID This> might help you get going.

más de 12 años hace | 0

| aceptada

Respondida
identification of battery with the help of parameters
<http://www.mathworks.com/matlabcentral/fileexchange/36019-lithium-battery-model-simscape-language-and-simulink-design-optimizat...

más de 12 años hace | 0

Respondida
system identification toolbox
<http://www.mathworks.com/videos/estimating-transfer-functions-and-process-models-68899.html this video> could help.

más de 12 años hace | 0

Respondida
In Genfis2, how can I set the output membership function to be constant?
Unfortunately you cannot. Both the input and output membership function types are hardwired. I have created an enhancement requ...

más de 12 años hace | 0

| aceptada

Respondida
Absolute value of a transfer function in the frequency domain: how to calculate it.
Just one word of caution: the resulting C(s) will obviously be a real number, so the phase will be 0 or 180 deg depending on the...

más de 12 años hace | 0

Respondida
Can we detect the edge of an object using Fuzzy?
Yes. <http://www.ijarcsse.com/docs/papers/April2012/Volume_2_issue_4/V2I40026.pdf Here> is one way to do it.

más de 12 años hace | 0

| aceptada

Respondida
How to run a nonlinear state-space model on xPC target?
Unfortunately code generation for idnlgrey models is not currently supported. I have created the enhancement request for this. ...

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 2

| aceptada

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

más de 12 años hace | 0

Cargar más