How to get symbolic PDF of a statistical distribution in MuPAD?

4 views (last 30 days)
I'm using MATLAB R2010b. I want to do some symbolic operations. Whenever I enter command like
stats::normalPDF(m,v)
in MuPAD, it returns
proc f(x) ... end
Please tell me the procedure for getting exact form of the density function.

Answers (1)

Sean de Wolski
Sean de Wolski on 3 Feb 2015
Evaluate it at a point to get the equation

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!