abhinav-bhardwaj / Scilab6-Test-Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is a test toolbox for Scilab. It requires "thirdparty" directory which can be downloaded as "external-library.zip" file from the page: https://scilab.in/fossee-scilab-toolbox. The "thirdparty" directory contains compiled library for a simple "multiplication" function written in C. After copying the "thirdparty" directory to the toolbox directory, on the scilab console run "exec builder.sce" to build the toolbox and then run "exec loader.sce" to load the toolbox. Type "help" in the scilab console and browse through the help content of "test_toolbox". The external-library.zip file also contains separate instructions to work with MinGW on Windows OS.

This toolbox overall demonstrates

  1. How to add a function defined in C in scilab
  2. How to add a function defined in Scilab in Scilab
  3. How to write help for the added functions
  4. How to create a toolbox out of the above functions.

About


Languages

Language:HTML 30.6%Language:Scilab 27.3%Language:CSS 18.5%Language:C++ 7.5%Language:Makefile 7.3%Language:C 4.5%Language:XSLT 2.2%Language:Haskell 1.4%Language:Shell 0.7%