Réponse apportée
Need help with Fuzzy Logic program.
Please start with doing some learning <http://www.mathworks.com/products/fuzzy-logic/videos.html here> and <http://www.mathworks...

plus de 12 ans il y a | 0

Réponse apportée
Problem with fuzzy logic motor controller
What you are doing does not make sense if you are trying to control a motor. In a control system the controller produces act...

plus de 12 ans il y a | 0

Réponse apportée
State Space in Simulink or MATLAB
You can build a Simulink model to implement this state space system from basic Simulink blocks. See attached. zip file contai...

plus de 12 ans il y a | 2

| A accepté

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

plus de 12 ans il y a | 2

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

plus de 12 ans il y a | 1

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

| A accepté

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

plus de 12 ans il y a | 1

| A accepté

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

plus de 12 ans il y a | 0

| A accepté

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

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

plus de 12 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

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

presque 13 ans il y a | 0

| A accepté

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

presque 13 ans il y a | 0

Charger plus