Prev: "de-slicing" matrices for parfor
Next: expm
From: Konstantina Rizopoulou on 24 Jun 2010 12:51 Hello, I am also getting the same error message for 'finv' ??? Undefined function or method 'finv' for input arguments of type 'double'. Its funny cause its in a code that was working all fine couple of months ago. And now it gives me that error message if i type which -all finv it gives me C:\Program Files\MATLAB\R2008a\toolbox\comm\comm\private\finv.p % Private to comm If anybody can help/suggest...it will be much appreciated! Cheers Konstantina
From: Steven Lord on 24 Jun 2010 13:19 "Konstantina Rizopoulou" <konstantinarizopoulou(a)hotmail.com> wrote in message news:i002do$oad$1(a)fred.mathworks.com... > Hello, > > I am also getting the same error message for 'finv' > > ??? Undefined function or method 'finv' for input arguments of type > 'double'. > > Its funny cause its in a code that was working all fine couple of months > ago. And now it gives me that error message Are you attempting to use the function for the F inverse cumulative distribution from Statistics Toolbox? http://www.mathworks.com/access/helpdesk/help/toolbox/stats/finv.html If so, check if this toolbox is present in your installation using the VER function. If it is not, you will not be able to use this function. Talk to the person responsible for your license to determine if the toolbox is included in your license but simply not installed (in which case you can ask them to install it) or if you will need to add it to your license by contacting our Sales department. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: us on 24 Jun 2010 14:19 "Konstantina Rizopoulou" <konstantinarizopoulou(a)hotmail.com> wrote in message <i002do$oad$1(a)fred.mathworks.com>... > Hello, > > I am also getting the same error message for 'finv' > > ??? Undefined function or method 'finv' for input arguments of type 'double'. > > Its funny cause its in a code that was working all fine couple of months ago. And now it gives me that error message > > if i type > > which -all finv > > it gives me > > C:\Program Files\MATLAB\R2008a\toolbox\comm\comm\private\finv.p % Private to comm > > If anybody can help/suggest...it will be much appreciated! > > Cheers > Konstantina a hint: - you have not installed the stats tbx... % look at the output of ver; % or ver stats; us
|
Pages: 1 Prev: "de-slicing" matrices for parfor Next: expm |