답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

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

대략 12년 전 | 0

답변 있음
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년 전 | 4

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 초과 전 | 2

| 수락됨

더 보기