cell/minus.m

From Spinach Documentation Wiki
Jump to: navigation, search

Subtracts cell arrays element-by-element.

Syntax

C=minus(A,B)

Parameters

A,B     - cell arrays of identical topology

Outputs

C       - the resulting cell array

See also

struct/plus.m, ttclass/plus.m, polyadic/plus.m, cell/plus.m, cell/blkdiag.m, cell/complex.m, cell/inflate.m, cell/mtimes.m, cell/times.m, cell/totsum.m, Appendix_H:_Matlab_object_overloads

Version 2.9, authors: Ilya Kuprov