Show older comments
x=[3.2 3.4 3.8 4.1 4.8 5.0 6.1 8.5 8.8 9.0 10.1 10.5 10.9 11.4 12.95 15 15.9 16.1 18.4 18.5];cdf=[x,normcdf(x,9.8225,5.0572)];h=kstest(x,cdf)
为什么出现错误提示:
Error using kstest (line 128)Hypothesized CDF matrix must have 2 columns.
应该怎么修改呢?
Accepted Answer
More Answers (0)
Categories
Find more on Weibull 分布 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!