ahmettaskin / type-2-fuzzy-logic-systems-matlab-toolbox

Matlab Toolbox for Interval Type-2 Fuzzy Logic Systems
GNU General Public License v3.0
31 stars 24 forks source link

needs correction for MacOS and Linux #15

Open Walter-Roberson opened 1 year ago

Walter-Roberson commented 1 year ago

fuzzyt2.m is designed only for MS Windows. It should be changed to

%% add path hpath=fileparts(mfilename('fullpath')); addpath(hpath) addpath(fullfile(hpath,'Read_Eval_Functions')) addpath(fullfile(hpath,'Simulink_Lib')) addpath(fullfile(hpath,'Images'))