photo

Sam Chak


Last seen: Today Attivo dal 2020

Followers: 12   Following: 0

Statistica

  • 36 Month Streak
  • Thankful Level 3
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How to properly fit the data to lorentzian curve as I am getting a few errors...
Hi @Yogesh Here is how I fit the Lorentzian model: RMS=[]; R=[]; P_threshold=[]; L=5; %[m] Fiber length V1=[1]; P0=4.7960...

circa 16 ore fa | 0

Risposto
Controlling the actuator with 5,10 mm displacement input.
Hi @Fatih The mathematical function for the reference signal (red curve) is necessary so that we can instruct the PID controlle...

2 giorni fa | 0

Risposto
function zpk and linmod
Hi @Rafaella Barrêto Campos Once you have the state-space, you can apply the zpk() function to obtain the TF in zpk mode. A ...

4 giorni fa | 0

Risposto
I am using the MATLAB exchange file called "A MATLAB Script for Earth-to-Mars Mission Design", getting error sunscreen is not defined
Hi @Chintan Most of the simulation projects by David Eagle require SNOPT, which stands for Sparse Nonlinear OPTimizer. If you a...

4 giorni fa | 0

Risposto
How to define the output membership function in Sugeno method while using Fuzzy Logics Design app in Matlab?
Hi @Tharun Balaji Rangaswamy Selvakumar If you have a set of data, you can train the ANFIS, which produces the Sugeno Fuzzy Sys...

4 giorni fa | 0

Risposto
Dimensionless variables of the differential equation
Hi @Yu The aim is to render the entire dynamical system dimensionless (by finding the dimensionless time derivative), rather th...

7 giorni fa | 0

| accettato

Risposto
Is there a way to determine an equivalent circuit for Nyquist diagrams (I have the data set) using Matlab (or Simulink)?
Hi @Arthur FdA I'm unfamiliar with your circuit system. However, if you have the data in the form of frequency-response, then y...

10 giorni fa | 2

Risposto
for the parameter space in fuzzy logic , how can i choose the value of the numbers ?
Each selected membership function type requires the parameters to be specified as a vector. The length of the parameter vector d...

11 giorni fa | 0

Risposto
Asking about fuzzy mamdani rule
Please refer to the example in the link for constructing a fuzzy inference system at the MATLAB command line. https://www.mathw...

11 giorni fa | 0

Risposto
No rules fired for Output 1. Defuzzified output value set to its mean range value 2.3873.
Hi @Eliane Fernández I replicated the Warning message in the example below. It is easier to understand why the warning occurs b...

11 giorni fa | 0

Risposto
Error in Simulink - Derivative of state '1' in block at time 301.02267725 is not finite. The simulation will be stopped. There may be a singularity in the solution.
Hi @federica terlizzi % Derivative of state '1' in block 'gam_control1/PID Controller2/Integrator/Continuous/Integrator' % at...

11 giorni fa | 0

Risposto
changes the parameters of a fuzzy Inference system in run time
Hi @gaurav kumawat If you enter fixed numeric values in the block parameters of the membership function blocks or in the fuzzy ...

12 giorni fa | 0

Risposto
why is the Transfer fcn like this instead of showing in variable s?
Hi @Saeid It's because the block is not big enough to display . Click at the corner of the block and drag it horizontally unti...

13 giorni fa | 0

Risposto
fuzzy logic controller failed design problem
Hi @KAO CHUN YU The singleton (constant) output membership functions in Fig. 5 indicate that this is a Sugeno fuzzy system; how...

14 giorni fa | 0

Risposto
Possibility of Custom Denominator of Transfer Function within Simulink
Hi @Alexander Gaudreau For a variable gain in a dynamic model, you can try describing the system using MATLAB Function block. ...

14 giorni fa | 0

| accettato

Risposto
How to change the Type of MF from trimf to constant in the Fuzzy Logic Designer app?
Hi @m gh You can convert the Triangular MFs to Singletons (constant MFs) using this workaround, by specifying all three triMF p...

14 giorni fa | 0

Risposto
Custom Sugeno Fuzzy Model
Hi @Mojtaba Hasanzadeh As of the R2024b release, custom output membership functions are still not supported for Sugeno systems ...

15 giorni fa | 0

Risposto
Too Much Variables in Fuzzy Logic and ANFIS
Hi @YTU With 13 inputs and 5 membership functions each, the total number of rules exceeds more than billion rules when using t...

15 giorni fa | 0

Risposto
the neuro fuzzy sistem modify the membership function in input or in output?
Hi @astrubale ponzio In the following simple example, the ANFIS is trained to fit a trapezoidal set-based fuzzy system to the i...

16 giorni fa | 0

Risposto
How to fit this model with a Weibull distribution?
Hi @Michele Turchiarelli I normalized the x-axis data to facilitate the fitting algorithm's search process. Is this solution ac...

16 giorni fa | 1

| accettato

Risposto
How to design constant membership functions (singletons) for the output of a Mamdani fuzzy system?
Hi @Peddireddy This is a decade-old question, but it is indeed possible to implement a Mamdani fuzzy system (MamFIS) for the ou...

17 giorni fa | 0

Risposto
Expert System using Fuzzy Logic
Hi @Arief The Fuzzy Tipper example is considered an Expert System for describing the tipping behavior that is typically practic...

17 giorni fa | 0

Risposto
What are the meanings of fuzzy rules expressed in indices format?
Hi @Yadollah Sabri 1 1, 1 (1) : 2 2 0, 2 (1) : 1 This approach is one of several ways to specify the rules using membership f...

17 giorni fa | 0

Risposto
How to implement the linear output function in Takagi–Sugeno Fuzzy System?
Hi @m To describe the equation (a flat plane surface), use the syntax 'linear', [1 1 2] in the addMF() command for the output ...

17 giorni fa | 0

Risposto
Curve fitter limitation for equations in the form f(x,y)=a*x^n/(y+b)^m
Hi @Boyan Given that there are only data points, employing a bivariate polynomial of degree two in and degree four in will e...

18 giorni fa | 1

| accettato

Risposto
My roots don't match example roots when solving routh criterion
Hi @Jhryssa From Part (a), you should have obtained the stable range of : . Part (b) instructs you to verify the stability resu...

19 giorni fa | 0

Risposto
I have a problem in which I have to define a fuzzy membership function with variable x(1) x(2) like below. For these variables I have to generate random number between 1 and 5. x(1)<x(2). What will be code for that?
Set a constraint on so that . fis = sugfis; %% Random integer generator n1 = 3; n2 = 5 - n1; x1 = randi(n1, 1); x2 ...

21 giorni fa | 0

Risposto
How to get inputs from outputs in fuzzy interface system?
Hi @amir There is no built-in function in the Fuzzy Logic Toolbox to accomplish this. Moreover, if the fuzzy inference system (...

23 giorni fa | 0

Risposto
Which "AND" operator is used for the fuzzy rules created by ANFIS?
Hi @Gary By default, ANFIS generates a single-output Sugeno fuzzy inference system. The 'AND' operator is specified in one of t...

23 giorni fa | 0

Risposto
How to see the firing strength using command line of a fuzzy System?
Hi @Luis M The firing strengths can be obtained from the 5th output argument of the 'evalfis' command. Howevern note that this ...

23 giorni fa | 0

Carica altro