An open API service indexing awesome lists of open source software.

https://github.com/bmelo/matlab-utils

Some matlab scripts used in different projects.
https://github.com/bmelo/matlab-utils

matlab-script modules utilities

Last synced: 8 months ago
JSON representation

Some matlab scripts used in different projects.

Awesome Lists containing this project

README

          

# matlab-utils
Some matlab scripts used in different projects.

## Install

Using bower

```sh
$ bower install matlab-utils
```

or Cloning

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

### Usage

```matlab
% 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

```