<< / (Matlab operator) Operators ' (Matlab operator) >>

Scilab Help >> Code Matlab => Scilab > Equivalences Matlab -> Scilab > Operators > - (Matlab operator)

- (Matlab operator)

Minus

Matlab/Scilab equivalent

Matlab Scilab
-
-

Particular cases

Empty matrix and subtraction

In Matlab, subtraction can only be made if the operands have the same size unless one is a scalar. For exemple, empty matrices can only be subtracted to another empty matrix or a scalar.

Examples

Matlab Scilab
A = 1 - []
A = []
A = 1 - []
A = []

History

VersionDescription
6.0.0 Modified the behaviour of A- [] and [] - A to return the empty matrix [] instead of A or -A

Report an issue
<< / (Matlab operator) Operators ' (Matlab operator) >>