Scilab 6.0.1
- 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
- Randlib
- ARnoldi PACKage (binding de ARPACK)
- Statistiques
- Matrices creuses
- Interface avec UMFPACK (sparse)
- Optimisation et Simulation
- Algorithmes génétiques
- Optimisation : recuit simulé
- Traitement XML
- HDF5 Management
- Entrées/Sorties [fichiers]
- Entrées/Sorties
- Graphiques
- Graphiques: export et impression
- Interface graphique
- Listes Structures Cells
- Parameters
- Booléens
- Entiers
- Chaînes de caractères
- Sons - fichiers audio
- Heure et date
- Sorties
- Xcos
- Tableur
- Console
- Historique des commandes
- Lecture/Ecriture de fichiers binaires Matlab
- Aide à la conversion Matlab vers Scilab
- Fonctions de compatibilité
- Fonctions avancées
- Tests - Bancs d'essais
- Outils pour les démonstrations
- Link dynamique/incremental
- Outils Windows
- ATOMS
- Tcl/Tk
- Editeur de script Scinotes
- UI Data
- Documentation : gestion
- Parallel
- Gestionnaire de modules externe
- Localisation
- API Scilab
- API call_scilab (moteur Scilab)
- JVM
- Java depuis Scilab
- Interface avec Java
- Préférences
- Lint tool (SLint)
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.
Chaînes de caractères
- ascii — string ASCII conversions
- asciimat — conversion d'une matrice de chaînes ASCII
- blanks — create string of blank characters
- char — converts in a character array
- convstr — case conversion
- emptystr — zero length string
- eval — évaluation d'une matrice de chaînes de caractères (obsolète)
- 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 character is a 7-bit US-ASCII character
- 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 — justify character array
- length — length of object
- part — Extraction of characters from strings
- prettyprint — From any Scilab datatype and provide a representation to the TeX, LaTeX or MathML formats
- regexp — find a substring that matches the regular expression string
- sci2exp — converts an expression to a string
- strcat — concatenates character strings
- strchr — find the first occurrence of a character in a string
- strcmp — compare character strings
- strcmpi — compare character strings (case independent). This function is obsolete.
- strcspn — get span until character in string
- strindex — search position of a character string in an other string
- string — conversion en chaîne de caractères
- strings — Scilab Object, character strings
- stripblanks — strips / trims leading or trailing or both blanks (and tabs) of strings
- strncpy — copy characters from strings
- strrchr — find the last occurrence of a character in a string
- strrev — returns string reversed
- strsplit — split a string into a vector of strings
- strspn — get span of character set in string
- strstr — locate substring
- strsubst — substitute a character string by another in a character string
- strtod — convertit chaque nombre décimal littéral (texte) en sa valeur numérique
- strtok — split string into tokens
- tokenpos — returns the tokens positions in a character string
- tokens — returns the tokens of a character string
Report an issue | ||
<< Entiers | Aide de Scilab | Sons - fichiers audio >> |