I want to get predicted values for output values related to some input values.
By GUI I can get them but I want to get them by a function or command or ....
Hello Ghazal,
Follow this procedure:
- first load the Fuzzy file by using the command:
fis = loadfis ('fuzzyfilename')
Replace fuzzyfilename with the name you saved your fuzzy file with. The quotes are not removed.
- for instance, if your system is a 2 inputs, 1 output system, then use this command to get an output value for two input values:
Output = evalfis (fis, [inputvalue1 inputvalue2])
Simply replace 'inputvalue1' and 'inputvalue2' with numerical values, the result would be a numerical value of the output based on your rule-base.
Hope this is what you're looking for?
Best Regards.
thanks for your answer;
i've tried loadfis but it didn't work so i choose readfis instead.
fis=readfis('file name');
out=evalfis(input value,fis)
but the result was the same however i changed the value of the input
It's actually readfis. Apologies for the error.
If you're getting the same result, it could probably be because of your membership function type and range. Also, remember that the input values are placed in a square bracket [ ].
Hello everyone, I am conducting a meta-analysis to find if x has superior effect than y on the outcome. I used the SMD method and I got a significant moderate heterogeneity of a value I2:...
09 June 2024 8,446 3 View
I want to use eye blink dataset fromm EEG for prediction by usung new method.
02 June 2024 6,968 0 View
Hello everyone, I am conducting a systematic review to see if treatment x is superior in its effect than treatment y. Since most the studies I found did not report interaction effect, I was...
24 May 2024 6,130 2 View
Hello everyone, I am writing a systematic review about if X experimental group has superior effect than Y comparison group on outcome. Please note that the lower the scores of the outcome, the...
19 April 2024 1,812 1 View
We use ... Desktop sputter coater device
11 April 2024 5,825 3 View
cu nanoparticles
11 April 2024 9,105 1 View
Ball mill
29 March 2024 1,939 3 View
Pva
27 March 2024 7,124 3 View
Wire explosion
26 March 2024 2,691 2 View
glycerin Aldehyd
25 March 2024 1,141 2 View
The delta function seems produce logical contradictions when analyzed on a fundamental level. I would be curious if anyone else agrees.
31 July 2024 10,109 3 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
I need a reliable source or an example supported by excel sheet to understand Fuzzy Vikor?
27 July 2024 5,916 1 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View
// interested in the difference between floating events and short circuits.
22 July 2024 6,565 0 View
Currently I need to calculate detection probabilities (PD) from radar cross section (RCS) data. Beta distribution parameters for this RCS data are calculated and will be used in Swerling0...
22 July 2024 868 0 View
I have used 30 years of daily data, but the model is not able to optimize, getting just 0.57 in NSE and R2. when I reduced the data to 20 years in daily time frame I got 0.73 in NSE, R2 for both...
22 July 2024 669 0 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View