4 lines
81 B
Mathematica
4 lines
81 B
Mathematica
|
|
function modeValue = findmode(setOfValues)
|
||
|
|
modeValue = mode(setOfValues);
|
||
|
|
end
|