4 lines
55 B
Mathematica
4 lines
55 B
Mathematica
|
|
function r = fivenum(x)
|
||
|
|
r = quantile(x,[0:4]/4);
|
||
|
|
end;
|