Is there any MATLAB program for FUZZY LOGIC, without using TOOLBOX, I want to get the final curve before defuzzification step?
hi
yes you can
do the following:
first in the fuzzy logic interface ,export your fis file in the workspace
so you have to have a file for example pso.fis in the workspace then
use this code for having all curves before it:
%Plot the whole view
plotfis(pso);
%Plot each mf(input/output)
figure
[x,mf] = plotmf(pso,'input',1);
subplot(5,1,1), plot(x,mf);
xlabel('Membership Functions for Ex-uni Length');
[x,mf] = plotmf(pso,'input',2);
subplot(5,1,2), plot(x,mf);
xlabel('Membership Functions for Ex-uni Average');
[x,mf] = plotmf(pso,'input',3);
subplot(5,1,3), plot(x,mf);
xlabel('Membership Functions for Olympiad Chosen');
[x,mf] = plotmf(pso,'input',4);
subplot(5,1,4), plot(x,mf);
xlabel('Membership Functions for Ex-Uni Quality');
[x,mf] = plotmf(pso,'input',5);
subplot(5,1,5), plot(x,mf);
xlabel('Membership Functions for IELTS');
[x,mf] = plotmf(pso,'input',6);
xlabel('Membership Functions for Papers');
[x,mf] = plotmf(pso,'input',7);
xlabel('Membership Functions for Festival Chosen');
[x,mf] = plotmf(pso,'input',8);
xlabel('Membership Functions for Compilation,Translation,Invention');
[x,mf] = plotmf(pso,'input',9);
xlabel('Membership Functions for Msc Thesis Quality');
[x,mf] = plotmf(pso,'input',10);
xlabel('Membership Functions for Interviews Test');
[x,mf] = plotmf(pso,'output',1);
subplot(2,1,1), plot(x,mf);
xlabel('Membership Functions for Condition(output)');
Fuzzy Logic Matlab ontology
01 January 1970 6,344 3 View
“Here is a thought experiment. Let's place Rodolpho Llinas's jarred-brain on top of a body (Fig. 1). I bet Llinas would argue that his jarred-brain retains its own consciousness, and the android...
11 August 2024 2,483 1 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
After COVID-19 it has seen that EFL learners technological affiliation has raised. In addition, in the post-COVID period learners started to engage AI technologies like ChatGPT while learning...
08 August 2024 8,964 4 View
So I am organizing an AI seminar. What are possible AI projects in the AI for good spirit? something the students can do and have an impact?
08 August 2024 9,437 4 View
The rate of glucose consumption by the neocortex is reduced by over 80% during anesthesia (Sibson et al. 1998), which disables the synapses (Richards 2002) that are inundated by glial tissue (Engl...
08 August 2024 3,118 0 View
How to design human-centered classroom in the age of A.I.?
08 August 2024 347 5 View
Program: g_mmpbsa, version 2024.1 Source file: extrn_apbs.cxx (line 152) Fatal error: Failed to execute command: $APBS pybYcUWA.in --output-file=pybYcUW.out
07 August 2024 6,066 0 View
Do experts have journals in the field of artificial intelligence and big data that are not indexed by SCI or EI?
05 August 2024 8,836 2 View
Larger brains, which typically contain more neurons, store and transfer more information (Tehovnik and Chen 2015), but the precise relationship between number of neurons and information has yet to...
05 August 2024 1,238 2 View
What's the role of IT & AI in Telecommunication Industry?
05 August 2024 8,264 3 View