Scilab 5.3.1
      
      - Scilab help
 - Scilab
 - Differential Equations, Integration
 - Elementary Functions
 - Linear Algebra
 - Interpolation
 - CACSD
 - Polynomials
 - Signal Processing
 - FFTW
 - Special Functions
 - Randlib
 - ARnoldi PACKage
 - Statistics
 - Sparse Matrix
 - UMFPACK Interface (sparse)
 - Optimization and Simulation
 - Genetic Algorithms
 - Simulated Annealing
 - Symbolic
 - Files : Input/Output functions
 - Input/Output functions
 - Graphics Library
 - Graphics : exporting and printing
 - GUI
 - Data Structures
 - Parameters
 - Boolean
 - Integers
 - Strings
 - Sound file handling
 - Time and Date
 - Output functions
 - Xcos
 - Spreadsheet
 - Shell
 - Console
 - Completion
 - History manager
 - Matlab binary files I/O
 - Matlab to Scilab Conversion Tips
 - Compatibility Functions
 - Maple Interface
 - Overloading
 - Functions
 - Development tools
 - Demo Tools
 - Dynamic/incremental Link
 - ATOMS
 - Tcl/Tk Interface
 - Text editor (Scinotes)
 - UI Data
 - Online help management
 - Parallel
 - PVM parallel Toolbox
 - Modules manager
 - Localization
 - JVM
 - API Scilab
 - call_scilab API (Scilab engine)
 - Java Interface
 - Intersci
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Functions
- profiling
- add_profiling — Adds profiling instructions to a function.
 - plotprofile — extracts and displays execution profiles of a Scilab function
 - profile — extract execution profiles of a Scilab function
 - remove_profiling — Removes profiling instructions toout of a function.
 - reset_profiling — Resets profiling counters of a function.
 - showprofile — extracts and displays execution profiles of a Scilab function
 
 - bytecode — given a function returns the "bytecode" of a function in a Scilab array and conversely.
 - bytecodewalk — walk in function bytecode applying transformation.
 - deff — on-line definition of function
 - exec — script file execution
 - execstr — execute Scilab code in strings
 - fun2string — generates ascii definition of a scilab function
 - function — closes a function definition
 - functions — Scilab procedures and Scilab objects
 - genlib — build library from functions in given directory
 - get_function_path — get source file path of a library function
 - getd — getting all functions defined in a directory
 - head_comments — display scilab function header comments
 - lib — library definition
 - librarieslist — get scilab libraries
 - library — library datatype description
 - libraryinfo — get macros and path of a scilab library
 - listfunctions — properties of all functions in the workspace
 - macro — Scilab procedure and Scilab object
 - macrovar — variables of function
 - recompilefunction — recompiles a scilab function, changing its type
 - varargin — variable numbers of arguments in an input argument list
 - varargout — variable numbers of arguments in an output argument list
 - whereis — name of library containing a function
 
| << Overloading | Scilab help | Development tools >> |