Expert System with PROLOG to Simulink

PROLOG to Simulink with The SWI-Prolog and JPL (Java Interface to PROLOG)
709 Downloads
Updated 14 Sep 2016

View License

This model contains a SWI-Prolog (www.swi-prolog.org) interface block for Simulink environment. Communication between SWI-Prolog and Simulink uses JPL (Java Interface to Prolog). JPL is a library using JNI (Java Native Interface) providing a bidirectional interface between Java and SWI-Prolog.
The SWI-Prolog Interface block allows you to create simulation with expert systems using PROLOG code. With this block can be read PROLOG source file and loads the clauses in SWI-Prolog environment. The clauses are called through a PROLOG query that is an input parameter of the SWI-Prolog Interface block.
The PROLOG query uses ''u'' as the input variable name and ''y'' as the output variable name. In the case of queries with multiple solutions, this block will only return the first solution found.

The SWI-Prolog and JPL (Java Interface to Prolog) configurations are showed on the pdf file.

The attached file contains a simple on-off tank level control with prolog-based expert system example using The SWI-Prolog Interface block.

Marcelo Augusto Costa Fernandes
DCA - CT - UFRN
mfernandes@dca.ufrn.br

Cite As

Marcelo Fernandes (2024). Expert System with PROLOG to Simulink (https://www.mathworks.com/matlabcentral/fileexchange/36516-expert-system-with-prolog-to-simulink), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Verification, Validation, and Test in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

SWIPrologSimulinkV1.1/

Version Published Release Notes
1.1.0.0

Update for SWI Prolog version 7.2.3.

1.0.0.0