Skip to content

KRIXUS-alpha/Scilab6-Test-Toolbox

 
 

Repository files navigation

Scilab6-Test-Toolkit

Implemetation of external C library

This repository is a test toolbox for Scilab. Details for builing this toolkit for Windows/Mac can be found at https://static.fossee.in/scilab/manuals/Scilab-toolbox-dev-doc.pdf

Steps to build the external C library -- TLDR

  • Run "run.sh" at ./external-library for LinuxX64.
  • Navigate to the toolbox directory in the Scilab File browser.
  • Run "exec builder.sce" to build the toolbox followed by "exec loader.sce" to load the toolbox.
  • Open Scilab help with "help" command and browse through the help content of "test_toolbox" namely the function - trans", and exectute it by clicking the run button.

Installation for Linux

Compile the external library for your system (recommended)

cd external-library
bash run.sh

Open Scilab, navigate to the toolkit root directory in the File Browser and run in console

exec builder.sce
exec loader.sce

To test the toolkit run

help

Find the "test_toolbox" help entry illustrated Run the executable command by clicking the Run button.

Alternatively, run in the Scilab console

y = trans([1,2;3,4])

License and Copyright

Scilab is a free software, released under the terms of the GNU General Public License (GPL) v2.0. Scilab was originally licensed under the terms of the CeCILL v2.1 and continues to be available under such terms.

This project is licensed under GNU General Public License v3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scilab 34.7%
  • CSS 26.1%
  • HTML 22.6%
  • C++ 8.3%
  • XSLT 3.1%
  • C 2.4%
  • Other 2.8%