Info
此问题已关闭。 请重新打开它进行编辑或回答。
Unforeseen error in running script: 'fmincon' and function evaluation. What could be wrong?
1 次查看(过去 30 天)
显示 更早的评论
Dear readers,
I am trying to evaluate a likelihood function, but I get this unforeseen error (attachment). I still get output, but it is unclear to me what the error means and how I can resolve it.
Thank you for your time and effort.
All the best,
5 个评论
Rik
2018-2-24
You forgot to attach the excel file. I replaced it with a 100x1 random vector, just to check the rest of the code, and for me it runs without errors.
Two other remarks: clc,clear all,close all is cargo cult programming. At the very least you should replace clear all with clear variables. It is better to separate workspaces by using functions. clear all also removes breakpoints, which are an invaluable tool of debugging.
The second remark is that Matlab has a function for infinity: inf. This didn't introduce errors for me, so if there isn't a technical reason because of your project, you shouldn't need to encode another value for infinity.
回答(1 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!