matlab-utils

Library with scripts for several utilities


Keywords
tools, utils, neuroscience, matlab, matlab-script, modules, utilities
License
MIT
Install
bower install matlab-utils

Documentation

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