pes2014-debug2-laplace/@ForThesis1/MeanQD.m

8 lines
172 B
Matlab

function [ output_args ] = MeanQD(this)
%MEANQD Summary of this function goes here
% Detailed explanation goes here
output_args=sum(this.QDArray,2)/this.sampleNum;
end