scilab-6.1.1
- Aide de Scilab
- Scilab
- Intégration - dérivation
- Fonctions Elémentaires
- FFTW
- Fichiers HDF5
- Entrées/Sorties [fichiers]
- Graphiques
- Graphiques : export
- Interface graphique
- Listes Structures Cells
- Fonctions avancées
- Tests - Bancs d'essais
- Outils pour les démonstrations
- Link dynamique/incremental
- Documentation : gestion
- Java depuis Scilab
- Performances des programmes
Please note that the recommended version of Scilab is 2025.0.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 | Fonctions avancées >> |