Is a simple command that takes a FIS object created from the Fuzzy Logic Toolbox and generates C code based on the qFIS engine. The generated code is portable and can be used in any embedded system that supports floating-point operations.
Example : Generate C code from the built-in tipper example:
qfiscgen( readfis( 'tipper.fis') )
- Custom membership functions