Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Scilab keywords
- backslash — (\) left matrix division.
- brackets [,;] — Concatenation. Recipients of an assignment. Results of a function
- colon (:) — Ranging operator. Addresses all elements along an array dimension or of a list.
- comma — (,) comma; instruction, argument separator
- comments — (// or /*...*/) comments
- comparison — comparison, relational operators
- dollar — ($) last index
- dot — (.) symbol
- equal — (=) assignment , comparison, equal sign
- extraction — matrix and list entry extraction
- getscilabkeywords — returns a list with all scilab keywords.
- hat — (^) exponentiation
- assignation — partial variable assignation
- greater — (>) greater than comparison
- minus — (-) subtraction operator, sign changes
- not — (~) logical not
- parentheses — ( ) left and right parenthesis
- percent — (%) special character
- plus — (+) addition operator
- quote — (') transpose operator, string delimiter
- semicolon — (;) ending expression and row separator
- slash — (/) right division and feed back
- star — (*) multiplication operator
- symbols — scilab operator names
- tilde — (~) logical not
Report an issue | ||
<< Scilab | Scilab | Control flow >> |