From which matlab version, the logninv included to the statistics toolbox - matlab

Concerning R2014, R2015, R2016 matlab versions, do I have to purchase statistcs toolbox to use logninv function?
( Concerning R2017a, yes )

Related

repeated measures anova in MATLAB

I have MATLAB 2017b. I see that matlab has recently included a function ranova for repeated measures anova, but whenever I want to use it, the following message is returned:
>> ranova(Accuracies)
Undefined function or variable 'ranova'.
Is there a specific toolbox I would need, or what is the problem?
This ones are the ones I have:
MATLAB Version 9.3 (R2017b)
Simulink Version 9.0 (R2017b)
Bioinformatics Toolbox Version 4.9 (R2017b)
Matlab Toolbox for Dimensionality Reduction Version 0.8
Optimization Toolbox Version 8.0 (R2017b)
Statistics and Machine Learning Toolbox Version 11.2 (R2017b)

function evalclusters from Statistics toolbox not found in matlab

I would like to use the function evalclusters from the statistics toolbox in matlab, but matlab is unable to find the function when I call it.
help evalclusters
returns 'evalclusters not found.'
The statistics toolbox is installed [license('test','statistics_toolbox') returns '1'].
Thanks!
evalclusters was added with Matlab 2013b and extended with 2014a, it is not available in Matlab 2013a.
In case upgrading Matlab is not an option, current Octave Statistics package includes it as well. (Open-Source alternative to Matlab which basically uses the same syntax)

Is Parallel Computing Toolbox Supported by Matlab Coder?

I am developing a parallel application using the Matlab parallel computing toolbox. I am wondering if I can convert the application using Matlab Coder for C/C++? Can Parallel Application developed using Matlab Parallel Computing Toolbox be converted to C/C++ by Matlab Coder?
MATLAB coder doesn't support Parallel Computing Toolbox. See http://www.mathworks.co.uk/products/matlab-coder/description2.html for the supported functionality.
You can however deploy using the compiler applications using Parallel Computing.
MATLAB Coder does in fact support PARFOR for code generation as of R2013b:
http://www.mathworks.com/help/coder/ref/parfor.html
http://www.mathworks.com/help/coder/release-notes.html
It has been supported in MEX since R2012b (see release notes again).

How to use lassoglm in matlab

I have this issue while using the lassoglm function in matlab. My matlab says that the statistics toolbox is installed. However, I couldn't see lassoglm function available in my matlab
Your Matlab version isn't recent enough.
It isn't there on my R2010a version. The documentation on the website is for 2012b.

Model-based Calibration Toolbox in Matlab 2011a 64

I am using Matlab 2011a, 64bit and looking for Model-based Calibration toolbox but I couldn't find.
In the last version (2009) I just typed in the command line: "mbcmodel" and I got the toolbox. But in this version, I couldn't do it.
You may not have the product installed with your new version. Type ver at the MATLAB command line to see which products you have installed. If you don't see Model Based Calibration Toolbox, that would be the issue.