Scilab-Branch-6.1-GIT
- Scilab Help
- Scilab
- Differential calculus, Integration
- Elementary Functions
- Linear Algebra
- Interpolation
- Control Systems - CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- Statistics
- Sparse Matrix
- UMFPACK Interface (sparse)
- Optimization and Simulation
- XML Management
- HDF5 files
- Files : Input/Output functions
- Input/Output functions
- Graphics
- Graphics export
- GUI
- Data Structures
- Parameters
- Strings
- Sound file handling
- Time and Date
- Output functions
- Xcos
- Spreadsheet
- Console
- History manager
- Matlab data files I/O
- Code Matlab => Scilab
- MEX Library API
- Advanced functions
- Testing & benchmarking
- Demo Tools
- Dynamic/incremental Link
- ATOMS
- Tcl/Tk Interface
- Script editor
- UI Data
- Documentation system
- Modules manager
- Multilinguism
- API Scilab
- call_scilab API (Scilab engine)
- Java Virtual Machine (JVM)
- Java from Scilab
- Java Interface
- Preferences
- Scilab code instrumentation
- Lint tool (SLint)
- Web Tools
- Windows tools
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Advanced functions
- Built-in & external
- Libraries
- genlib — builds a library from a set of *.sci files defining functions in a given directory
- get_function_path — get source file path of a library function
- lib — loads a library of Scilab functions and variables, and sets its name
- librarieslist — gets the list of loaded Scilab libraries
- libraryinfo — gets the path and the set of primary functions of a loaded library
- argn — Returns the actual number of input/output arguments in a function call
- deff — in-line definition of a (anonymous) function in Scilab language
- exec — script file execution
- execstr — execute Scilab code in strings
- feval — multiple evaluation
- funcprot — switch scilab functions protection mode
- endfunction — closes a function definition
- getd — Load all functions defined in a directory
- macr2tree — provides the internal code of a compiled Scilab function
- macro — Scilab procedure and Scilab object
- macrovar — variables of function
- overloading — display, functions and operators overloading capabilities
- tree2code — generates the text definition of a Scilab function from its internal code
- varargin — variable number of arguments in an input argument list
- varargout — arbitrarily long list of output arguments
- whereis — Returns the name of the loaded library/module a given function belongs to
Report an issue | ||
<< MEX Library API | Scilab Help | Testing & benchmarking >> |