Minus
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.
Version | Description |
6.0.0 | Modified the behaviour of A- [] and [] - A to return the empty matrix [] instead of A or -A |