matpackages

Package management for MATLAB

A modern MATLAB package manager inspired by Julia and Python.

This web site is under construction.

Getting started

Install a package as simple as:

package add yalmip

Remove a package:

package remove yalmip

Publish your own package:

package publish

Learn more

To get more information about the project, visit the GitHub page.