I am using quantile function in the simplest form:
x = [1.2,3,4,5];
y = quantile(x,0.5);
But I get the error:
Undefined function 'quantile' for input arguments of type 'double'.
I was not having this error in MATLAB R2009a but get this error in R2012a. What could be the reason?
7.14.0.739 (R2012a)
y = 3
– AGS