pes2014-wronglowervoltagebound/@ForThesis/MeanQD.m

8 lines
172 B
Mathematica
Raw Normal View History

2013-01-21 21:47:54 +08:00
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