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