There are many questions like this on stackoverflow but they are either talking about Python or R. How can I do this thing in MATLAB?
There is a function normpdf(x,mu,sigma) in MATLAB which generates distribution with desired mu and sigma.
Equivalently, Is there any way by which I can add skewness and kurtosis to distribution generated by normpdf function?