Statistiques

MATLAB Answers

0 Questions
1 934 Réponses

RANG
42
of 298 227

RÉPUTATION
4 666

CONTRIBUTIONS
0 Questions
1 934 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
994

RANG
 of 20 552

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 160 627

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to adjust the parameters of membership function after the ANFIS is trained
Hi @sarara If the ANFIS model has been successfully trained and the performance is satisfactory, except for the aesthetic aspec...

environ 3 heures il y a | 0

Réponse apportée
How to extrapolate the fuzzy system output to values beyond the universe of discourse
You can attempt to extrapolate the fuzzy system output to values beyond the universe of discourse by extending the existing rang...

environ 4 heures il y a | 0

Réponse apportée
Does anyone know how to use an IF statement with ODE's? I am trying to create an IF statement sigma > 0 , tau > 0 if dx(3,1) > 0, dx(1,1) > 0 and sigma = 0 , tau = 0 otherwise
Hi @Christopher I simulated 5 cases below, including the interpretations of @Torsten and @William Rose, while keeping the setti...

environ 11 heures il y a | 0

Réponse apportée
Why does the ANFIS output range vary significantly despite perfect training accuracy?
Hi @Vandna To explain this phenomenon, consider the following example of a training data set with two inputs and one output. Ex...

1 jour il y a | 0

Réponse apportée
How to assess Rule Impact on Output MF Coverage and Prediction Accuracy in Fuzzy Systems
Hi @Saleh The R2024b new plotrule() function allows the user to see the firing strength and influence of each rule over the cov...

1 jour il y a | 0

Réponse apportée
How to create Fuzzy Cognitive Map from the Adjacency Matrix
Hi @Alagesan At the time your question was posted, it was challenging for @Arkadiy Turevskiy and others to assist you because t...

1 jour il y a | 0

Réponse apportée
How to create Fuzzy Membership Functions from data using fcm()
Hi @Pat The road traffic data in Table 1 are, in fact, incomplete. From our perspective, we cannot use the incomplete data to p...

2 jours il y a | 0

Réponse apportée
How to activate the 'Structure' button that appears inactive in Neuro-Fuzzy Designer
Hi @mekia The 'Structure' button appears to be greyed out initially after the data is loaded into the Neuro-Fuzzy Designer, ind...

2 jours il y a | 0

Réponse apportée
How to obtain the fuzzy input membership grades for all MFs given an input value
Hi @mhilmi Other than the evalfis() function, the evalmf() function can be used to obtain the membership function values. %% i...

3 jours il y a | 0

Réponse apportée
How to train membership functions and rules of the Mamdani FIS
Hi @chaks At the time your question was posted, there was no built-in function in the Fuzzy Logic Toolbox to tune the Mamdani F...

3 jours il y a | 0

Réponse apportée
How to create multiple Fuzzy Inference Systems (FIS) simultaneously without using a for-loop
Here is the for-loop approach to create multiple FIS models. inputData = [rand(10, 1), 10*rand(10, 1)-5]; outputData = ran...

3 jours il y a | 0

Réponse apportée
How to create multiple Fuzzy Inference Systems (FIS) simultaneously without using a for-loop
Hi @Spurthi You can create multiple FIS models simultaneously without using a for-loop by leveraging MATLAB's capability to han...

3 jours il y a | 0

Réponse apportée
Fuzzy Ruleviewer
Unlike the ruleview(fis) command, which generates a UI-based image, the new function plotrule(fis), introduced in the R2024b rel...

3 jours il y a | 0

Réponse apportée
How to use the Height Defuzzification method in Fuzzy Logic Toolbox
Hi @santhi krishna The height defuzzification method is indeed available in the Fuzzy Logic Toolbox and is associated with the ...

3 jours il y a | 0

Réponse apportée
How to perform 5-Fold Cross-Validation in MATLAB
Some of cross-validation techniques are available in the Classification Learner App and the Regression Learner App, as well as u...

4 jours il y a | 0

Réponse apportée
How to determine the number and range of Fuzzy Membership Functions
Hi @azarm In function approximation, it is true that the more uniformly spaced the distribution-type MFs are, the more details ...

4 jours il y a | 0

Réponse apportée
Warning: MATLAB may run out of memory if this FIS is tuned using ANFIS
Hi @Mhmmd Sjj and @Yundi Huang If you use the "Grid Partitioning" method for the nine inputs in ANFIS training, MATLAB may run ...

4 jours il y a | 0

Réponse apportée
The settling time in matlab differs from the calculated value
Hi @fatih From the following computations and the step response plot, you may gain insight into how the actual settling time is...

4 jours il y a | 1

| A accepté

Réponse apportée
How to make an infinite interval for an input variable in fuzzy logic
Hi @Yuri Khudyakov While it is impossible to have an infinite interval when designing the universe of discourse for a fuzzy var...

4 jours il y a | 0

Réponse apportée
How to determine the firing level for non-singleton inputs - A fuzzy logic problem
Hi @Emanuel With all the membership functions well-defined and the number of fuzzy rules sufficient (), using specific function...

5 jours il y a | 0

Réponse apportée
How to design the switch mechanism for Hybrid fuzzy PID controller
Hi @Andrei Mihai You can use the concept of the Takagi–Sugeno (T–S) fuzzy system. Unfortunately, as of R2024b, the Fuzzy Logic ...

5 jours il y a | 0

Réponse apportée
How to design a Fuzzy Controller for the Plant 1/(s² + 2·s + 100) to track the Reference signal
Hi @salman saeed The plant has a low DC gain of and a relatively small damping coefficient of 2. If we apply a static gain of ...

5 jours il y a | 0

Réponse apportée
Display problem of membership functions in Fuzzy Logic Designer
Hi @hgrlk In the older Fuzzy Logic Designer UI tool (R2022a and earlier), the default number of plot points is 181, as indicate...

5 jours il y a | 0

Réponse apportée
How to plot a gaussmf in simulink?
The Gaussian MF block behaves as expected mathematically. If the output signal deviates from your expectations, it may be due to...

8 jours il y a | 0

Réponse apportée
How to create sigmoidal membership functions? Need help with parameter 'a'
Theorem: The logistic sigmoidal membership function is given by where the membership values are computed for each input , and...

8 jours il y a | 0

Réponse apportée
Support and core of a fuzzy set in matlab
Crisp sets can be created using linear saturation functions such as linzmf() and linsmf(). Before these two functions were intro...

8 jours il y a | 0

Réponse apportée
Vectorial use of membership functions
Here is a demo in which six different S-shaped membership functions are generated and evaluated at a target input using a for-lo...

9 jours il y a | 0

Réponse apportée
How to get the transfer function of IEEE 9 Bus system?
Hi @车 If you wish to truly understand the dynamic behavior, stability, and response to changes or disturbances of the IEEE 9-Bu...

9 jours il y a | 0

Réponse apportée
Fourier series question, in regards to integration and plotting finite sums
Hi @Thomas I also struggled with calculating the integrations (by hand) while learning Fourier series many years ago. A friend ...

9 jours il y a | 0

Réponse apportée
How to determine the rates of inference for the fuzzy logic controller?
If the "rates of inference" refers to the speed at which the fuzzy controller processes input data, applies fuzzy rules, and pro...

10 jours il y a | 0

Charger plus