motlab
v0.0.1
Published
Mot Lab is a stupid and simple replica of Matlab
Downloads
6
Readme
Mot Lab is a stupid and simple replica of Matlab.
It's very limited, only does the things I need.
Use it if you need these things, too.
Sorry, no documentation, however, everything is based on Matlab anyway.
Installation
npm i motlab -S
Usage
To have all functions at your disposal, import it and then do this in your main:
Mot.includeMe()
After that all methods will be available as members of some of your built-in classes, like Array
or String
.