Respondida
how to process the output of fuzzy interface system(chance parameter) to select the indexes of first 3 maximum chance values???
Ok, I see, not really a Fuzzy Logic question, more of a basic MATLAB question. x=rand(60,1); %test vactor of 60 random numb...

casi 12 años hace | 1

| aceptada

Respondida
Why is "lsim" different than Simulink's "Linear Analysis Tool"
Yes, several suggestions/questions. First of all, your workflow does not quite make sense. Frequency Response Estimation capa...

casi 12 años hace | 1

| aceptada

Respondida
Using frq for phase greater than 180 degree
From your earlier questions, it is clear this one is a continuation of what you asked previously. You should not be creating mul...

casi 12 años hace | 0

| aceptada

Respondida
how to process the output of fuzzy interface system(chance parameter) to select the indexes of first 3 maximum chance values???
Please provide detailed description of what you did and specific questions about your code.

casi 12 años hace | 1

Respondida
How to get the damping ratio of an underdamped response
Can you clarify your question? If you have the transfer function, damp will give you the damping factor, as you mention.

casi 12 años hace | 0

| aceptada

Respondida
Finding overall gain and phase of a system
freq=1; resp=5*exp(i*2*pi/360*100); Gn=frd(resp,freq); [m3,p3]=bode(Gn) m3 = 5.0000 p3 = 100 ...

casi 12 años hace | 0

Respondida
How can I get the final value of the cost function from MPC block?
1. Optimal cost is an optional block output as explained in the <http://www.mathworks.com/help/mpc/ref/mpccontroller.html refer...

casi 12 años hace | 0

| aceptada

Respondida
Why is "lsim" different than Simulink's "Linear Analysis Tool"
Can you be more clear about what you are doing. When you say " run the same simulation (random input) using the Linear Analysis ...

casi 12 años hace | 0

Respondida
Automatic PID tuning in a two-mass spring damper system. How can I set the rotor movement to zero?
Thanks for attaching the model. The short answer is that this is actually a pretty challenging problem. The reason is that yo...

casi 12 años hace | 0

| aceptada

Respondida
How can I find the transfer function of this system and calculate the unit step response?
Transfer function is a concept that applies to LTI ( *linear* time-invariant) systems.As you point out in your question, your sy...

casi 12 años hace | 0

Respondida
Decision making Fuzzy LOGIC in MATLAB !
You should be able to use <http://www.mathworks.com/products/compiler/ MATLAB Compiler> to create a stand-alone application from...

casi 12 años hace | 0

| aceptada

Respondida
Using System Identification Toolbox transfer function with Simulink
The issue is the initial conditions. When you estimate the transfer function, the tool automatically estimates initial condition...

casi 12 años hace | 0

Respondida
Problem using "pidtool" and "pidtune"
Kd=Kp*Td and Ki=Kp/Ti. As Kp, Ki, and Kd are all negative, Td and Ti are positive. Take a look at <http://www.mathworks.co...

alrededor de 12 años hace | 0

Respondida
problem with PID tuning / Estimating frequency response of simulink model
We just shipped new functionality in 14a to specifically address this scenario. Take a look here: <http://www.mathworks.com/vide...

alrededor 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:
We just shipped new functionality in 14a to specifically address this scenario. Take a look here: <http://www.mathworks.com/vide...

alrededor de 12 años hace | 0

Respondida
PID linearization failed? Help!
We just shipped new functionality in 14a to specifically address this scenario. Take a look here: <http://www.mathworks.com/vide...

alrededor de 12 años hace | 0

Respondida
Fuzzy inference system and Image Processing
Here is a new example that might be useful: <http://www.mathworks.com/help/fuzzy/examples/fuzzy-logic-image-processing.html?prod...

alrededor de 12 años hace | 0

Respondida
Can we detect the edge of an object using Fuzzy?
Here is a new example that might help: F <http://www.mathworks.com/help/fuzzy/examples/fuzzy-logic-image-processing.html?prodcod...

alrededor de 12 años hace | 0

Respondida
fuzzy logic for image processing
This new example might help: <http://www.mathworks.com/help/fuzzy/examples/fuzzy-logic-image-processing.html?prodcode=FL&languag...

alrededor de 12 años hace | 0

Respondida
Fuzzy logic for image processing
This new example might help: <http://www.mathworks.com/help/fuzzy/examples/fuzzy-logic-image-processing.html?prodcode=FL&languag...

alrededor de 12 años hace | 0

Respondida
I want to use fuzzy logic for image processing. But I've following problem. 1) How to transfer the input image for fuzzy logic functions.
Please take a look at this example: <http://www.mathworks.com/help/fuzzy/examples/fuzzy-logic-image-processing.html?prodcode=FL&...

alrededor de 12 años hace | 0

Respondida
How to get bode transfer function from an idss structure?
You can use function *bode* to get magnitude and phase of an individual stat space system from the array. If you want an array o...

alrededor de 12 años hace | 0

Respondida
Loop tuning activity
Here is the page with resources to get you started: <http://www.mathworks.com/discovery/pid-tuning.html PID Tuning> .

alrededor de 12 años hace | 0

Respondida
PID block and manual PID
First of all, the gains are not the same. PID Controller block has a parameter called Filter Coefficient, N. By default this ...

alrededor de 12 años hace | 4

| aceptada

Respondida
how to simulate buck converter with PID controller ??
explained <http://www.mathworks.com/videos/modeling-and-simulation-of-pv-solar-power-inverters-81813.html here>

alrededor de 12 años hace | 0

| aceptada

Respondida
How to design an Uncertain State Space block (more) in Simulink with two values varying?
1. tau=ureal('tau',9.3); tau.PlusMinus=[-0.5 0.5]; k=ureal('k',5.6); k.PlusMinus=[-7.1 7.1]; sys=k*tf(1/tau,[1 ...

alrededor de 12 años hace | 0

| aceptada

Respondida
PID linearization failed? Help!
You did not do anything wrong. PID Tuner needs a linear model to design a PID controller. To get this linear model, when you pre...

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0

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

alrededor de 12 años hace | 0

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

alrededor de 12 años hace | 2

| aceptada

Cargar más