Skip to content

Instantly share code, notes, and snippets.

@gnomex
Last active February 16, 2021 01:11
Show Gist options
  • Save gnomex/cd4bc898f7aa3f2ded58 to your computer and use it in GitHub Desktop.
Save gnomex/cd4bc898f7aa3f2ded58 to your computer and use it in GitHub Desktop.
Octave with Fuzzy logic toolbox

Octave

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments.
[GNU Octave](http://www.gnu.org/software/octave/)

How to install

# apt-get install octave

The Fuzzy toolbox

The toolbox are distributed separated, you can download it [here](http://octave.sourceforge.net/fuzzy-logic-toolkit/overview.html)

Install packages

Run octave with root user

# octave
octave:1> pkg install fuzzy-logic-toolkit-0.4.2.tar.gz
For information about changes from previous versions of the fuzzy-logic-toolkit package, run 'news ("fuzzy-logic-toolkit")'.

More details (here)[http://www.gnu.org/software/octave/doc/interpreter/Installing-and-Removing-Packages.html]

Docs

[Fuzzy Logic Toolbox Docs](http://octave.sourceforge.net/fuzzy-logic-toolkit/overview.html)
@seamusdemora
Copy link

Resolved...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment