Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 776 Bytes

File metadata and controls

27 lines (20 loc) · 776 Bytes

Membership-function-visualization

Plotting various membership functions with matplotlib

Installation

Mfvis requires an installation of Python 3.6 or greater, as well as pip. (Pip is typically bundled with Python installations.)

To install from PyPI with pip:

$ python -m pip install mfvis

Install the required packages:

$ python -m pip install -r requirements.txt

Using mfvis

To start the script through the cli:

$ python -m mfvis

Example: S-function:

example-S-function

example-S-function-Cli