Hi i have a graph (please see attatched).
But i want them to be smooth curves.
My teacher has told me to reduce bin sizes.
How do i do this?
Thanks Adam
Printable View
Hi i have a graph (please see attatched).
But i want them to be smooth curves.
My teacher has told me to reduce bin sizes.
How do i do this?
Thanks Adam
In fact that's what i've already done.
PR = sort(x);
x=[1:1:366];
a=x/366;
plot(PR,a)
and it comes out like that