Spot operator: opDictionary | Spot Home Page |
opDictionary Dictionary of concatenated operators. D = opDictionary(OP1,OP2,...OPn) creates a dictionary operator consisting of the concatenation of all operators, i.e., D = [ OP1, OP2, ..., OPn ]. In general, it's best to use Matlab's horizonal concatenation operations instead of calling opDictionary. (The two are equivalent.)