How to use lassoglm in matlab - 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.

Related

any Octave equivalent of fitdist?

The Statistics package for Octave doesn't have the fitdist function in it yet. I have I code from Matlab that I want to run in Octave and relies heavily on this function. How could I replace this function in Octave?
Thanks.

using autocorr for different matlab versions

I'm trying to compute the autocorrelation of my timeseries. This work on my laptop with matlab R2011a, but not on my desktop with matlab R2013a. I read somewhere that the Signal Processing Toolbox needs to be installed, and that is the case on both of my computers. There seems to be no function at all called autocorr, but I can find it again on the matworks documentation for 2014b. I have the same problem with xcorr, although matlab seems to recognize the function ('help xcorr' works, 'help autocorr' not).
How can I fix this?

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)

How from script in Matlab 2011a call function from Matlab 2013b?

I have a bunch of scipts and MEX-files that developed for MAtlab 2011a version. They doesn't work on 2013b version. But Matlab 2013b has a function with desired functionality... So how can I run scipts in Matlab 2011a, but with call one function from 2013b version?
I have error
Unexpected Standard exception from MEX file.
What() is:
Device -1: deviceMatrix(): no CUDA-capable device is detected
what looks like unsolvable for me because I cannot rewrite MEX-file.
There is CUDA-device which is detected fine by 2011a version.
I'm asking a particular question. I cannot rewrite MEX-file because I do not want to dive into it - it is not my code and I don't know CUDA and that way that I'm asking for looks like much simpler for me at least at this step of my work. Later if function will fits for me I will think about going to Matlab 2013b version.
Yes, CUDA is aviable on Matlab 2013b.

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.