From: Thomas on 3 Mar 2010 15:55 Hi, I'm trying to use the parcorr function, but all I get is: ??? Undefined function or method 'parcorr' for input arguments of type 'double'. Could someone help me to understand what does that mean? I know it worked some months ago, the m-file is there, if I type 'par' for autocompletion 'parcorr' is in the list, not even the examples from the help section will work. Same for autocorr. Just typing parcorr brings me ??? Undefined function or variable 'parcorr'. The Garch-toolbox is installed, the path is correct. Could someone please give me a hint? Thank you, Thomas
From: Wayne King on 3 Mar 2010 17:24 "Thomas " <meinl(a)iism.uni-karlsruhe.de> wrote in message <hmmibp$hh6$1(a)fred.mathworks.com>... > Hi, > > I'm trying to use the parcorr function, but all I get is: > > ??? Undefined function or method 'parcorr' for input arguments of type 'double'. > > Could someone help me to understand what does that mean? I know it worked some months ago, the m-file is there, if I type 'par' for autocompletion 'parcorr' is in the list, not even the examples from the help section will work. Same for autocorr. > > Just typing parcorr brings me > > ??? Undefined function or variable 'parcorr'. > > The Garch-toolbox is installed, the path is correct. > > Could someone please give me a hint? > > Thank you, > Thomas Hi Thomas, which version of MATLAB are you using? and if you enter >>which parcorr at the command line what is returned? Also, what is the output of license('inuse') Wayne
From: Thomas on 4 Mar 2010 09:14 'which parcorr' returns C:\Programme\MATLAB\R2008a\toolbox\garch\garch\parcorr.m % Has no license available That may already be the solution... I need to renew my license? But it says I still have 58 days until it runs out... license('inuse') returns matlab So is this just a license problem? Thank you! Thomas "Wayne King" <wmkingty(a)gmail.com> wrote in message <hmmni5$qcb$1(a)fred.mathworks.com>... > "Thomas " <meinl(a)iism.uni-karlsruhe.de> wrote in message <hmmibp$hh6$1(a)fred.mathworks.com>... > > Hi, > > > > I'm trying to use the parcorr function, but all I get is: > > > > ??? Undefined function or method 'parcorr' for input arguments of type 'double'. > > > > Could someone help me to understand what does that mean? I know it worked some months ago, the m-file is there, if I type 'par' for autocompletion 'parcorr' is in the list, not even the examples from the help section will work. Same for autocorr. > > > > Just typing parcorr brings me > > > > ??? Undefined function or variable 'parcorr'. > > > > The Garch-toolbox is installed, the path is correct. > > > > Could someone please give me a hint? > > > > Thank you, > > Thomas > > Hi Thomas, which version of MATLAB are you using? and if you enter > > >>which parcorr > > at the command line what is returned? Also, what is the output of > > license('inuse') > > Wayne
From: Wayne King on 4 Mar 2010 10:56 "Thomas " <meinl(a)iism.uni-karlsruhe.de> wrote in message <hmof7t$gef$1(a)fred.mathworks.com>... > 'which parcorr' returns > > C:\Programme\MATLAB\R2008a\toolbox\garch\garch\parcorr.m % Has no license available > > That may already be the solution... I need to renew my license? But it says I still have 58 days until it runs out... > > license('inuse') returns > matlab > > So is this just a license problem? > > Thank you! > Thomas > > > "Wayne King" <wmkingty(a)gmail.com> wrote in message <hmmni5$qcb$1(a)fred.mathworks.com>... > > "Thomas " <meinl(a)iism.uni-karlsruhe.de> wrote in message <hmmibp$hh6$1(a)fred.mathworks.com>... > > > Hi, > > > > > > I'm trying to use the parcorr function, but all I get is: > > > > > > ??? Undefined function or method 'parcorr' for input arguments of type 'double'. > > > > > > Could someone help me to understand what does that mean? I know it worked some months ago, the m-file is there, if I type 'par' for autocompletion 'parcorr' is in the list, not even the examples from the help section will work. Same for autocorr. > > > > > > Just typing parcorr brings me > > > > > > ??? Undefined function or variable 'parcorr'. > > > > > > The Garch-toolbox is installed, the path is correct. > > > > > > Could someone please give me a hint? > > > > > > Thank you, > > > Thomas > > > > Hi Thomas, which version of MATLAB are you using? and if you enter > > > > >>which parcorr > > > > at the command line what is returned? Also, what is the output of > > > > license('inuse') > > > > Wayne Hi Thomas, you've certainly identified the problem. Only Mathworks can help you with the license issue. Contact their support, they are very good about telling you exactly what you need to do to resolve the issue. Wayne
From: Steven Lord on 4 Mar 2010 13:40 "Wayne King" <wmkingty(a)gmail.com> wrote in message news:hmol76$maa$1(a)fred.mathworks.com... *snip* > Hi Thomas, you've certainly identified the problem. Only Mathworks can > help you with the license issue. Contact their support, they are very good > about telling you exactly what you need to do to resolve the issue. Before calling technical support, Thomas, you should check with the people that administer your license (probably someone in your IT group) to check if the problem is just that all of your licenses for this toolbox are in use when you try to use PARCORR. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: fastest way of matching a number in an array Next: Problems with the fplot command |