/matlab-utils

Some matlab scripts used in different projects.

Primary LanguageMATLABMIT LicenseMIT

matlab-utils

Some matlab scripts used in different projects.

Install

Using bower

$ bower install matlab-utils

or Cloning

$ git clone https://github.com/bmelo/matlab-utils.git

Usage

% Adding scripts to path
%   change [matlab-utils path] to the full installation path of this library

run( fullfile('[matlab-utils path]', 'libsetup.m') );

% ... your script