Fuzzy Operation (Add, subtract, multiply, and divide) without using the built-in matlab function?
7 views (last 30 days)
Show older comments
I'm trying to do the fuzzy operations of 2 specific functions f1 and f2 where
f1 = gaussmf(x, [2 2]); f2 = gaussmf(x, [3 6]);
since fuzzy addition has x-values from the lower and upper limits of x from two functions [a,b]+[d,e] = [a+d, b+e]
I have to do this for 100 y-values from 0 to 1.
Has anyone tried to do this?
thank you
0 Comments
Answers (2)
Salaheddin Hosseinzadeh
on 8 Jun 2015
Hi Soloby,
What's y all of a sudden?!
15 Comments
Umabharati Rawat
on 16 Jan 2021
Hello, I am trying to add and subtract two 18X18 matrix containing fuzzy numbers. Could you please suggest how to perform this operation using the matlab?
See Also
Categories
Find more on Fuzzy Logic in Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!