function [bigErrors] = thresholdErrors(errors, errorLevel) bigErrors = errors; for rr = 1 : size(errors,1) for cc = 1 : size(errors,2) if (abs(errors(rr,cc))