function cblank

Replace all undefined values (like NaN or Inf) by another value. If no value is specified, these values will be replace by 0.0.

Syntax
result = cblank(ARRAY [, value])

Arguments
ARRAY:   A matrix
value:   Optional, the value to be assigned (defaults to 0)


See also
procedure cblank