Info

This question is closed. Reopen it to edit or answer.

Unforeseen error in running script: 'fmincon' and function evaluation. What could be wrong?

1 view (last 30 days)
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 Comments
Rik
Rik on 24 Feb 2018
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.

Answers (1)

Sean
Sean on 24 Feb 2018
Thank you for the tips! Still a lot to learn. I will be home again in a few hours and try to incorporate your suggestions.

This question is closed.

Community Treasure Hunt

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

Start Hunting!