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.0.0. This page might be outdated.
See the recommended documentation of this function
Chaînes de caractères
- ascii — string ASCII conversions
- asciimat — Converts an array of text into ASCII/UTF8 codes, and reciprocally
- blanks — create string of blank characters
- char — converts in a character array
- convstr — case conversion
- emptystr — zero length string
- evstr — évalue des expressions Scilab et concatène leurs résultats
- grep — find matches of a string in a vector of strings
- isalphanum — check that characters of a string are alphanumerics
- isascii — Tests if every character of given strings is 7-bit US-ASCII
- isdigit — check that characters of a string are digits between 0 and 9
- isletter — check that characters of a string are alphabetic letters
- isnum — teste si une chaîne de caractères représente un nombre
- justify — aligns strings in columns to the left, center, or right
- length — Number of characters of a string. Number of elements of an array or list.
- part — Extraction of characters from strings
- prettyprint — Converts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
- regexp — find a substring that matches the regular expression string
- sci2exp — returns a string able to generate a given Scilab object
- strcat — concatenates character strings
- strchr — find the first occurrence of a character in a string
- strcmp — compare character strings
- strcspn — lengths from the beginning of strings until a character among those prohibited
- strindex — search position of a character string in another string
- string — conversion en chaîne de caractères
- stripblanks — strips / trims leading or trailing or both blanks (and tabs) of strings
- strncpy — gets and gives the N first characters of the given strings
- strrchr — find the last occurrence of a character in a string
- strrev — Reverses the order of characters in the given strings
- strsplit — split a single string at some given positions or patterns
- strspn — lengths of the beginning of strings as long as characters are among those allowed
- strstr — Tail of a string starting from the 1st occurrrence of a given fragment
- strsubst — substitute a character string by another in a character string
- strtod — convertit chaque nombre décimal littéral (chaine de caractères) en sa valeur numérique
- strtok — split string into tokens
- tokenpos — returns the tokens positions in a character string
- tokens — Splits a string using separators and gives its chunks
Report an issue | ||
<< Parameters | Aide de Scilab | Sons - fichiers audio >> |