inf

Inf function returns a matrix filled with the numerical representation of positive infinity.

Examples

> Inf(2)#

	Inf          Inf
	Inf          Inf
> Inf(2,3)#

	Inf          Inf          Inf
	Inf          Inf          Inf
> Inf([2,3])# 

	Inf          Inf          Inf
	Inf          Inf          Inf

Resources

See also

isfinite | isfloat | isinf | nan