Scilab Website | Contribute with GitLab | Scilab Community | ATOMS toolboxes
Scilab Online Help
5.5.1 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2026.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Aide de Scilab >> Fonctions avancées

Fonctions avancées

  • Built-in & external
    • external — Objet Scilab, fonction externe ou routine
    • what — liste des primitives Scilab
    • clearfun — removes primitive
    • funptr — coding of primitives ( wizard stuff )
    • intppty — set interface argument passing properties
    • newfun — add a name in the table of functions
    • readgateway — get primitives list of a module
  • Libraries
    • whereis — nom de la bibliothèque contenant une fonction
    • genlib — build library from functions in given directory
    • get_function_path — get source file path of a library function
    • lib — library definition
    • librarieslist — get scilab libraries
    • library — library datatype description
    • libraryinfo — get macros and path of a scilab library
  • profiling
    • add_profiling — Active le profiling d'une fonction
    • profile — Renvoie les résultats du profiling d'une fonction
    • remove_profiling — Désactive le profiling d'une fonction
    • reset_profiling — remet à zéro les compteurs de profil du code d'une fonction
    • plotprofile — Displays the profiling charts of a function
    • showprofile — Outputs the function profiling results to the console
  • argn — nombre d'arguments d'appel d'une fonction
  • 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
  • comp — pré-interprétation ou "compilation" de fonctions Scilab
  • exec — exécution d'un script (fichier de commandes)
  • execstr — exécution d'instructions Scilab contenues dans des chaînes de caractères
  • endfunction — fin de la définition d'une fonction Scilab
  • functions — procédures Scilab et objets Scilab
  • getd — Charge toutes les fonctions contenues dans un répertoire.
  • macr2tree — conversion d'une fonction en arbre
  • macrovar — variables d'une fonction
  • mode — choisit le mode d'exécution des scripts et des fonctions
  • sciargs — arguments sur la ligne de commande Scilab
  • code2str — returns character string associated with Scilab integer codes. This function is obsolete.
  • deff — on-line definition of function
  • edit — function editing
  • fun2string — generates ASCII definition of a Scilab function
  • funcprot — switch scilab functions protection mode
  • head_comments — display Scilab function header comments
  • listfunctions — properties of all functions in the workspace
  • macr2lst — function to list conversion
  • macro — Scilab procedure and Scilab object
  • overloading — display, functions and operators overloading capabilities
  • recompilefunction — recompiles a scilab function, changing its type
  • str2code — returns Scilab integer codes associated with a character string. This function is obsolete.
  • tree2code — generates ASCII definition of a Scilab function
  • varargin — variable number of arguments in an input argument list
  • varargout — variable numbers of arguments in an output argument list
Report an issue
<< Fonctions de compatibilité Aide de Scilab Outils de développement >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 13:54:44 CEST 2014