Skip to content

Installation

R-Broadley edited this page Jun 30, 2017 · 7 revisions

Downloads

A full list of releases and download links can be found here.

Install as Matlab Toolbox

This is the recommended method to install activpal_utils for Matlab.

  1. Download the latest version of the Matlab toolbox installation file (.mltbx) from here.
  2. Open the .mltbx file using Matlab.
  3. When prompted select Install.

Add activpal_utils as a module in another project

Before using this toolbox in another project check the licenses are compatible.

Git Subtrees Method:

Navigate to the main projects home directory and run the following git commands:

git remote add -f activpal_utils-matlab https://github.com/R-Broadley/activpal_utils-matlab.git  
git subtree add --prefix +activpal_utils activpal_utils-matlab master --squash

To update run:

git subtree pull --prefix +activpal_utils activpal_utils-matlab master --squash
Contents Next