Maxplus Function

%zeros - maxplus zero matrix

Calling Sequence

[y]=%zeros(m,n)
[y]=%zeros(x)

Parameters

Description

Maxplus matrix made of -inf (same as %0*ones).

  • %zeros(m,n) : for an mxn matrix.
  • %zeros(A) : for a matrix of the same size as A.
  • %zeros(3) : is %zeros(a) with a=3 i.e. it is NOT a 3x3 matrix!
  • Examples

    See Also