Skip to content

bmelo/matlab-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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