Scilab 5.3.1
- Aide Scilab
- Scilab
- Equations Differentielles
- Fonctions Elémentaires
- Algèbre Lineaire
- Interpolation
- CACSD
- Polynômes
- Traitement du Signal
- FFTW
- Fonctions spéciales
- Randlib
- ARnoldi PACKage
- Statistiques
- Matrices creuses
- Interface avec UMFPACK (sparse)
- Optimisation et Simulation
- Algorithmes génétiques
- Simulated Annealing
- Calculs formels
- Entrées/Sorties [fichiers]
- Entrées/Sorties
- Bibliothèque graphique
- Graphiques: export et impression
- Interface graphique
- Structures
- Parameters
- Booléens
- Entiers
- Chaînes de caractères
- Manipulation de fichiers sons
- Heure et date
- Sorties
- Xcos
- Tableur
- Shell
- Console
- Completion
- Gestion de l'historique
- Lecture/Ecriture de fichiers binaires Matlab
- Aide à la conversion Matlab vers Scilab
- Fonctions de compatibilité
- Interface avec Maple
- Overloading
- Fonctions
- Outils de développement
- Outils pour les démonstrations
- Link dynamique/incremental
- ATOMS
- Interface avec Tcl/Tk
- Editeur de texte (Scinotes)
- UI Data
- Gestion de l'aide en ligne
- Parallel
- Calculs Parallèles avec PVM
- Gestionnaire de modules externe
- Localisation
- JVM
- API Scilab
- API call_scilab (moteur Scilab)
- Interface avec Java
- Intersci
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Fonctions
- profiling
- add_profiling — Ajoute les instructions de "profiling" au code d'une fonction
- remove_profiling — Supprime les instructions de "profiling" du code d'une fonction
- reset_profiling — remet à zéro les compteurs de profil du code d'une fonction
- plotprofile — extracts and displays execution profiles of a Scilab function
- profile — extract execution profiles of a Scilab function
- showprofile — extracts and displays execution profiles of a Scilab function
- bytecode — Etant donnée une fonction, retourne son pseudo code dans une variable Scilab et réciproquement.
- bytecodewalk — parcourt le pseudo code d'une fonction en appliquant un traitement
- exec — exécution d'un script (fichier de commandes)
- execstr — exécution d'instructions Scilab contenues dans des chaînes de caractères
- function — fin de la définition d'une fonction Scilab
- functions — procédures Scilab et objets Scilab
- getd — chargement de toutes les fonctions contenues dans un répertoire
- whereis — nom de la bibliothèque contenant une fonction
- deff — on-line definition of function
- fun2string — generates ascii definition of a scilab function
- genlib — build library from functions in given directory
- get_function_path — get source file path of a library function
- 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
<< Overloading | Aide Scilab | Outils de développement >> |