Xcos is a Scilab tool. It is used to model and simulate hybrid dynamic systems. It has a graphical editor in which one can drag and drop the models and connect the blocks. Every block has predefined functions, properties, and parameters. The tool comes along with one limitation that is one can only view the simulation and its values in the tool's GUI. Currently, there is no automated way of capturing the blocks,the connected models and their simulation parameters in a document. The aim of this project is to capture these simulations and represent them in a LaTeX file. The detailed documentation can be found here.
- Python 3.6.7
- Scilab 6.0.2 or Scilab 6.0.1
- PyLaTeX 1.3.0
$ sudo apt install scilabPyLaTeX works on Python 2.7 and 3.3+ and is simply installed using pip:
$ pip install pylatex- Clone or download this repository into your working directory.
- Navigate to your working directory and run the following command in terminal to run the script:
$ python3 input_processor.py <*.xcos file path> <*.png image file path>Please read CONTRIBUTING.md for details on contributing.
- Makrand Rajagopal - Initial work - makrandr1999
- Kanad Gaikwad - Initial work - kyoyag2212
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details