close all; clear all; % EES315 2021 Example 6.58 % EES452 2021 Examples 3.62, 3.67 (Figure 14) C = [0 0 0 0 0; 1 1 1 1 1]; % repetition code p = (1/100); PE_minDist(C,p)