Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Scilab > Scilab keywords > plus

plus

(+) addition operator

Syntax

X+Y
str1+str2

Arguments

X,Y

scalar or vector or matrix of numbers, polynomials or rationals. It may also be a syslin list

str1,str2

a character string, a vector or a matrix of character strings

Description

Addition.

For numeric operands addition as its usual meaning. If one of the operands is a matrix and the other one a scalar the scalar is added to each matrix entries. If one of the operands is an empty matrix the empty matrix [] is returned).

For character strings + means concatenation.

Addition may also be defined for other data types through "soft-coded" operations (see overloading).

Examples

[1,2]+1
[]+2
s=poly(0,"s");
s+2
1/s+2
"con"+"cat"+"enate"

See also

  • mtlb_mode — switch Matlab like operations
  • overloading — display, functions and operators overloading capabilities

History

VersionDescription
6.0.0 Modified the behaviour of A + [] to be the empty matrix [] instead of A
Report an issue
<< percent Scilab keywords quote >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:02:38 CET 2017