I have a matrix like this
a =
1.2000 1.5000 1.1000
1.4000 1.9000 1.3000
1.6000 1.8000 1.7000
I want to draw a cdf graph which these three columns shared in one y-axis in Matlab.
Can anyone help me with this? Many thanks !
I have a matrix like this
a =
1.2000 1.5000 1.1000
1.4000 1.9000 1.3000
1.6000 1.8000 1.7000
I want to draw a cdf graph which these three columns shared in one y-axis in Matlab.
Can anyone help me with this? Many thanks !