function Matrix = testfz2101 %This function called 'testfz2101' will %return a matrix back to the user that can %be graphed (or jimplot-ed)in order to test %programs designed to deal with 'fuzzy groups' %basic big square shape x2-- perimeter 1st closest fuzz (closest) %Created by Mary Ellen Kustin, University of South Carolina, August 13th, 2003 M = []; %M is defined as a matrix M = [M; 1 10 10; 2 10 -10; 3 -10 -10; 4 -10 10; 5 9.75 0; 6 0 -9.75; 7 -9.75 0; 8 0 9.75; 9 0 0; 10 0.25 0; 11 0 -0.25; 12 -0.25 0; 13 0 0.25; 14 40 40; 15 40 20; 16 20 20; 17 20 40; 18 30 39.75; 19 39.75 30; 20 30 20.25; 21 20.75 30; 22 30 30; 23 30.25 30; 24 30 30.25; 25 29.75 30; 26 30 29.75]; %specific points designed to test fuzzy are placed in matrix Matrix = M;