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

12 years ago | 1

| accepted

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

12 years ago | 1

| accepted

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

12 years ago | 0

| accepted

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

12 years ago | 1

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

Answered
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&...

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 4

| accepted

Answered
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>

12 years ago | 0

| accepted

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

12 years ago | 0

| accepted

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 2

| accepted

Load more