Scilab-Branch-6.1-GIT
- Aide de Scilab
- Scilab
- Intégration - dérivation
- Fonctions Elémentaires
- Algèbre Lineaire
- Interpolation
- Systèmes de Contrôle - CACSD
- Polynômes
- Traitement du Signal
- FFTW
- Fonctions spéciales
- Statistiques
- Matrices creuses
- Interface avec UMFPACK (sparse)
- Optimisation et Simulation
- Traitement XML
- Fichiers HDF5
- Entrées/Sorties [fichiers]
- Entrées/Sorties
- Graphiques
- Graphiques : export
- Interface graphique
- Listes Structures Cells
- Parameters
- Chaînes de caractères
- Sons - fichiers audio
- Temps - calendrier date horloge
- Sorties
- Xcos
- Tableur
- Console
- Historique des commandes
- Matlab : fichiers données (R/W)
- Code Matlab => Scilab
- Fonctions avancées
- Tests - Bancs d'essais
- Outils pour les démonstrations
- Link dynamique/incremental
- ATOMS
- Tcl/Tk
- Editeur de script
- UI Data
- Documentation : gestion
- Créer un module externe
- Multilinguisme
- API Scilab
- API call_scilab (moteur Scilab)
- JVM
- Java depuis Scilab
- Interface avec Java
- Préférences
- Performances des programmes
- Lint tool (SLint)
- Outils web
- Outils Windows
Please note that the recommended version of Scilab is 2025.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Listes Structures Cells
- cells
- cell — creates a cell array of empty matrices
- cell2mat — converts a cell array into a matrix
- cellstr — converts strings vector (or strings matrix) into a cell array of strings
- iscell — checks if a variable is a cell array
- iscellstr — Vérifie si une variable est une cell de chaînes de caractères
- makecell — Creates a cell array.
- num2cell — converts an array into a cell array
- bool2s — convertit une matrice booléenne en une matrice 0-1
- definedfields — returns an index of list's defined fields
- fieldnames — récupère le nom des champs d'une tlist, d'une mlist ou d'une struct
- getfield — extraction d'un champ d'une liste
- isfield — teste l'existence d'un ou plusieurs champs pour une structure, une tlist ou une mlist
- isstruct — Vérifie si une variable est une structure
- list — Objet Scilab, Définition d'une liste
- list2vec — Concatenates list entries in a matrix.
- lstcat — concaténation de listes
- mlist — Objet Scilab, définition d'une liste typée
- null — supprime un élément d'une liste, ou un champ d'une structure, M-liste ou T-liste
- rlist — définition d'une fraction rationnelle
- setfield — modifie la valeur d'un élément d'une mlist, tlist ou list
- struct — Builds a structure or an array of structures
- tlist — Objet Scilab. Définition d'une liste typée
- tree_show — Displays a tree view of a list, tlist, mlist, cell or structure array, Xcos block
- vec2list — Inverse function of list2vec.
Report an issue | ||
<< Interface graphique | Aide de Scilab | Parameters >> |