Maxplus Function
Last update : 18/05/2014

percentzeros - (%zeros) maxplus zero matrix

Calling Sequence

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

Parameters

Description

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

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

Examples

%zeros(3)
%zeros(3,3)
 

See Also

percenteye,  percentones,