function accuracy = sigmoid(sensorPos, targetPos) arguments (Input) sensorPos (1, 3) double; targetPos (:, 3) double; end arguments (Output) accuracy (:, 3) double; end end function distanceMembership() end