Undefined function or variable 'fminsearchbnd'.
10 次查看(过去 30 天)
显示 更早的评论
Hi, I am new to Matlab. I get an error message "Undefined function or variable 'fminsearchbnd'" when I ran code of Paolo Zagaglia ( http://in.mathworks.com/matlabcentral/fileexchange/34391-probability-of-informed-trading ) downloaded from mathwork. All the codes and data are available in the downloaded rar file. Can anybody help me to identify where I went wrong? Thank You
0 个评论
回答(1 个)
Mischa Kim
2016-9-9
Mohammed, did you add the folder you downloaded to the MATLAB search path?
In the MATLAB editor go to the Home tab in the tool strip, click Set Path (in ENVIRONMENT section) and add the folder with subfolders.
2 个评论
Mischa Kim
2016-9-9
Yes, I have. It works.
One more thing, you do need: fminsearchbnd, as pointed out in the File Exchange contribution by Paolo Zagaglia.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Financial Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!