Feeds
답변 있음
Drastic Sum algorithm to fuzzy logic set
close all clear all clc x=(0:0.01:10)'; a= trimf(x,[2,5,8]); b=gaussmf(x,[2,3]); % Drastic Sum s1=zeros(1001)'; for...
Drastic Sum algorithm to fuzzy logic set
close all clear all clc x=(0:0.01:10)'; a= trimf(x,[2,5,8]); b=gaussmf(x,[2,3]); % Drastic Sum s1=zeros(1001)'; for...
4년 초과 전 | 0
| 수락됨
질문
Drastic Sum algorithm to fuzzy logic set
I need to implement an algorithm to the fuzzy logic set of a drastic sum between two signals. Signal a: a= trimf(x,[2,5,8]); ...
4년 초과 전 | 답변 수: 1 | 0