Is it possible to use the function IRFunctionCurve with a Matlab version R2012b?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I'm trying to use the IRFunctionCurve.fitNelsonSiegel with a Matlab version R2012b but I can't. Is it possible? If yes, how? Thanks. Griselda
댓글 수: 0
채택된 답변
Christiaan
2015년 3월 11일
편집: Christiaan
2015년 3월 11일
Dear Griselda,
Yes the function can be used with MatlabR2012b. The function IRFunctionCurve is part of the Financial Instruments Toolbox. To check if you have this toolbox, please type in your matlab prompt 'ver' and look if the Financial Instruments Toolbox is included.
If you have the toolbox, but the function still doesn't seems to exist, please type in the matlab prompt: 'which IRFunctionCurve'. If the function cannot be found, then you have to look in your harddrive and (when needed) restore the m-file to the original path with restoredefaultpath .
An example how to use this function (with the NelsonSiegel fit) you can look at this Mathworks page.
Good luck! Christiaan
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!