"Too many input arguments." error in slicesample command execution
Show older comments
Dear Matlab community,
f = @(x) exp(-x.^2/2).*(1 + (sin(3*x)).^2).*...
(1 + (cos(5*x).^2));
N = 2000;
x = slicesample(1,N,'pdf',f);
I get the following error:
Error using slicesample
Too many input arguments.
What is going wrong? By using "ver", I know I do have the Statistics toolbox installed
Statistics Toolbox Version 8.2
Best regards!
Khoa.
Answers (0)
Categories
Find more on Hypothesis Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!