Respondida
get u0 and y0 to operating point
In your code you are linearizing at <http://www.mathworks.com/help/toolbox/slcontrol/ug/bsok1pi.html#bsok8ks default model opera...

alrededor de 14 años hace | 1

Respondida
writing transfer functions in matlab
Do you want to see the resulting expression as a function of (s+x), or do you just want to write an equation as function of (s+x...

alrededor de 14 años hace | 0

Respondida
Designing Observer Based Controller
Short answer is pole placement command <http://www.mathworks.com/help/toolbox/control/ref/place.html place> from Control System ...

alrededor de 14 años hace | 0

Respondida
HOW can I read data in simlink from SENSOR made in VRML, like VRPEND tutrial in matlab?
Have you seen this: http://www.mathworks.com/help/toolbox/sl3d/vrsource.html HTH. Arkadiy

alrededor de 14 años hace | 1

Respondida
Transfer function State Optimisation
Take a look at the function tfest in System Identification Toolbox. You can specify the number of poles and zeros for your trans...

alrededor de 14 años hace | 2

Respondida
is matlab's kalman function continous (Kalman-Bucy) or discrete?
It deals with both. http://www.mathworks.com/help/toolbox/control/ref/kalman.html HTH. Arkadiy

alrededor de 14 años hace | 0

Respondida
does m-file cooperate with fis?
It has nothing to do with fis. Each function is working with a local workspace, so if you want to use a variable from MATLAB wor...

alrededor de 14 años hace | 0

| aceptada

Respondida
PID Autotuner Under Mask Algorithm
Yes, the purpose of the derivative component in the PID block is to increase stability by providing some phase lead. Because ...

alrededor de 14 años hace | 0

| aceptada

Respondida
Resid command and treatment of iddata
If you did >>e=resid(model,data); then all you do to get the residuals as a vector is >>resid_vector=e.y; In general...

alrededor de 14 años hace | 0

| aceptada

Respondida
System Identification
The capability to identify continuous-time transfer functions has been added in R2012a which just came out. Here is more info: ...

alrededor de 14 años hace | 0

Respondida
Modelling and simulation of a flight control system.
This might help: http://www.mathworks.com/products/aeroblks/demos.html?file=/products/demos/shipping/aeroblks/asbSkyHogg.html...

alrededor de 14 años hace | 0

Respondida
System Identification
Maybe this could give you some ideas: http://www.mathworks.com/products/sysid/demos.html?file=/products/demos/shipping/ident/id...

alrededor de 14 años hace | 0

Respondida
Regarding "compare" command of SysID toolbox
>>y=yh{1,1}.y; It might be useful also to look at the help for iddata: >>doc iddata HTH. Arkadiy

alrededor de 14 años hace | 0

| aceptada

Respondida
how can I use a PID controller block without filter coeffcient in SIMULINK
2 options 1)you can use the shipping PID controller black and make the value of N very high. 2) Create you own PID block w...

alrededor de 14 años hace | 1

| aceptada

Respondida
MIMOI ss2tf, how to apply input to TF?
Assuming you have your variables a,b,c,d defined in MATLAB workspace, so that >>size(ss(a,b,c,d)) returns: State-space...

alrededor de 14 años hace | 13

| aceptada

Respondida
I need to use fuzzy logic over several iteration.The output of the first fuzzy iteration will determine the range of the input variable for the next fuzzy logic .
Maybe I do not understand your situation, but it seems you can just write some sort of _for_ loop: %% start initialization...

alrededor de 14 años hace | 0

| aceptada

Respondida
how to Design PID controller for second order untable process
Not sure if that is what you are looking for, but here is how you could do it in Control System Toolbox: >>a=1; % change to d...

alrededor de 14 años hace | 2

| aceptada

Respondida
problem while tuning PID controller
What is the purpose of the memory block that you are using at the output of the PID controller? Long story short, that is what c...

alrededor de 14 años hace | 0

| aceptada

Respondida
problem while tuning PID controller
Can you provide the plant model?

más de 14 años hace | 0

Respondida
Exponential transfer function
The delay has to be a positive number - otherwise you get a noncasual system. Arkadiy

más de 14 años hace | 0

Respondida
Can not open VRealm builder in matlab simulink 3D animation toolbox: "The system can not find the path specified."
Did you actually buy a license of Simulink 3D Animation? If you did not, what might be happening is that you can run the demos, ...

más de 14 años hace | 0

Respondida
rltool SISO design tool
Pole at the origin is an integrator. To add it, right-click on the plot, and select "Add Pole/Zero" -> Integrator. To change...

más de 14 años hace | 0

| aceptada

Respondida
bode plots in power systems smulink
Use Simulink Control Design to linearize your model. If it does not linearize analytically, use frequency response estimation. ...

más de 14 años hace | 1

Respondida
how can I get the Forces as an Output of mechanical system derived by motion data?
Maybe this can help: <http://www.mathworks.com/help/toolbox/physmod/mech/ug/f0-6046.html> HTH Arkadiy

más de 14 años hace | 0

Respondida
unwrapping the phase in SISO designer
In the window where you see the bode plot ("SISO Design for SISO Design Task"), File -> Toolbox Preferences -> Options (3rd tab...

más de 14 años hace | 0

| aceptada

Respondida
Find the output from a transfer funtion
Use the function lsim HTH. Arkadiy

más de 14 años hace | 1

| aceptada

Respondida
Need to incorporate measured plant response into model
Hi Michael, One approach is to use System Identification Toolbox, which lets you create models from frequency-domain data. See ...

más de 14 años hace | 0

| aceptada

Respondida
Aircraft Simulation
<http://www.mathworks.com/products/aeroblks/demos.html?file=/products/demos/shipping/aeroblks/asbSkyHogg.html> <http://www.go...

más de 14 años hace | 1

Respondida
how can i get the PID value from +ve zero value.... since Td and Ti must be a +ve value
From your post it looks like Hd and Hc are plant models, and you are trying to design a PID controller that would provide stable...

casi 15 años hace | 0

| aceptada

Respondida
how to auto tune pid parameters in a closed loop control system when an adams plant exist in the model?
The PID tuner works by linearizing Simulink model first, and then finding PID coefficients for the resulting linear model. Wha...

casi 15 años hace | 2

| aceptada

Cargar más