blob: 182480dc6413e0cee87da61ed9269919150139a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Scilab2C
- - - - - -
__A scilab to C conversion extention for scilab.__
- - - - - -
###How to use this toolbox ?
1. Download the [Scilab 5.5.2](http://www.scilab.org/download/latest)
2. Clone this repository.
3. Copy this cloned repository at /pathuptoscilab/scilab-5.5.2/share/scilab/contrib
4. Go to scilab console
5. Change the directory to /pathuptoscilab/scilab-5.5.2/share/scilab/contrib/Scilab2C/2.3.1
6. And execute the following two commands to load this toolbox in Scilab
* `` exec builder.sce ``
* `` exec loader.sce ``
7. Scilab2c toolbox successfully loaded into Scilab.
8. Run the ``sci2c_gui`` command in scilab console to open up the Scilab2C GUI
9. Follow the user manual for further explorer to this toolbox
# Thank you.
|