0.0.1 • Published 2 years ago

motlab v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.