hi...i have a sequence of 40 frames and i want to plot gaussian distribution of, say, first pixel of all 40 frames.the result does not look like a gaussian at all.what should i correct?
The first argument (STRING) must be a one-dimensional array of char or cell arrays of
strings.
Error in ==> AffineTrnasformation>Save_image_Callback at 408
g=regexpi(valid_ex,p); % Match Exact extension, ignoring case.
Comment only
30 Aug 2012
Kernel Density Estimator
Reliable and extremely fast kernel density estimator for one-dimensional data
Hi Steven. It is the integral of the pdf function should be 1. So if your x-interval is very small, then the y-value of the pdf function could be larger than 1. E.g. A uniform distribution on x=[0,0.01]. Then y need to be 100 to make the integral 1.
Comment only