- Справка Scilab
- Scilab
- Ключевые слова Scilab
- ans
- обратный слэш (\)
- квадратные скобки
- colon
- запятая
- комментарии
- сравнение
- доллар
- точка
- else
- elseif
- empty
- end
- знак равенства
- выделение
- global
- крышечка
- вставка
- left
- меньше
- минус
- НЕ
- круглые скобки
- процент
- плюс
- возведение в степень
- кавычка
- точка с запятой
- слэш (косая черта)
- звёздочка
- символы
- тильда
- try
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.
left
([) left bracket
Последовательность вызова
[a11,a12,...;a21,a22,...;...] [s1,s2,...]=func(...)
Аргументы
- a11,a12,...
matrix of any compatibles types with compatibles dimensions s1,s2,... : any possible variable name
Описание
Left and right brackets are used for vector and matrix concatenation. These symbols are also used to denote a multiple left-hand-side for a function call
Inside concatenation brackets blank or comma characters mean "column concatenation", semicolon and carriage-return mean "row concatenation".
Note : to avoid confusions it is safer to use comma instead of blank to separate columns.
Within multiple lhs brackets variable names must be separated by comma.
Примеры
Смотрите также
Report an issue | ||
<< вставка | Ключевые слова Scilab | меньше >> |