lognfit error using example code
古いコメントを表示
I am trying to use the function lognfit exactly using the code that is given in the help and I get the error message:
Error using normfit Too many input arguments.
Error in lognfit (line 82) [muhat,sigmahat,muci,sigmaci] = normfit(log(x),alpha,censoring,freq,options);
The same thing happens when I try using the norm fit example. Is there a bug? I am using R2014b on MacOS10.11.6
2 件のコメント
Stephen
2016 年 9 月 20 日
Brendan Hamm
2016 年 9 月 20 日
Tip: Try and avoid using the same name as functions. Consider using CamelCase or mixedCase for your function names. Always place your files at the bottom of the search path.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!