Installing user-provided MATLAB toolboxes
Downloading and installing CVX, VLFeat, MOSEK, YALMIP, etc. using postInstall functionality.
Last updated
Was this helpful?
Downloading and installing CVX, VLFeat, MOSEK, YALMIP, etc. using postInstall functionality.
Last updated
Was this helpful?
MATLAB does not have a built-in package manager, so you'll need to use the script to download and install additional toolboxes. For using curl in the postInstall to download file, you will need to add curl
to in the .
The shell script below downloads the CVX archive from the using curl
, extracts it using tar
, and runs the MATLAB command that sets up the toolbox:
can be similarly installed using the following script (first, install build-essential
through apt-get):
(Note that the make clean
and make
steps may not be necessary for your capsule, and that you should set VLFEAT_RELASE
to whatever your code needs.)
Similarly, can be installed together with MOSEK (first, please install bzip2 via ) using the following script:
For , add the build-essential
package (that includes make
and gcc
, among others) as an dependency so that the MEX files can be compiled. Here's a script that installs version 3.20 from GitHub: