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.
- Host: GitHub
- URL: https://github.com/bmelo/matlab-utils
- Owner: bmelo
- License: mit
- Created: 2017-02-17T13:23:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T18:25:18.000Z (over 6 years ago)
- Last Synced: 2025-02-11T03:06:38.067Z (9 months ago)
- Topics: matlab-script, modules, utilities
- Language: MATLAB
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```