Version 1 of SciLab

Updated 2005-12-15 14:27:06 by TR

http://www.scilab.org/images/scilab_logo_small.gif

Scilab is a free Scientific Software Package and can be found at http://www.scilab.org

It is used for numerical computations in engeneering, statistics and for plotting graphs and such.

It has connection to Tcl via these functions:

  • ScilabEval - tcl instruction : Evaluate a string with scilab interpreter
  • TK_EvalFile - Reads and evaluate a tcl/tk file
  • TK_EvalStr - Evaluate a string whithin the tcl/tk interpreter
  • TK_GetVar - Get a tcl/tk variable value
  • TK_SetVar - Set a tcl/tk variable value
  • close - close a figure
  • figure - create a figure
  • findobj - find an object with specified property
  • gcf - gets the current active tksci figure
  • uicontrol - create a Graphic User Interface object
  • uimenu - Create a menu or a submenu in a figure

Scilab's help system is implemented using Tk.


Category Mathematics | Category Application | Category Graphics