4 lines
81 B
Mathematica
4 lines
81 B
Mathematica
|
|
function meanValue = findmean(setOfValues)
|
||
|
|
meanValue = mean(setOfValues);
|
||
|
|
end
|