How do I get rid of this path error message?
Show older comments
I keep getting the message error: ??? Undefined function or method 'ret2price' for input arguments of type 'double'.
I did not create this function- it comes standard with Matlab.
Any ideas how to fix it?
Thanks,
-Larry G.
Answers (2)
Sean de Wolski
on 24 Feb 2012
ret2price is part of the Econometrics Toolbox. Do you have this licensed/installed?
running:
ver
at the command line to tell you if it's installed.
Walter Roberson
on 24 Feb 2012
0 votes
Either you do not have the Econometrics toolbox installed, or do not have it licensed, or your version predates that function, or else your installation is corrupt and the file is missing.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!