FreeMat
TRUE Logical TRUE

Section: Base Constants

Usage

Returns a logical 1. The syntax for its use is

   y = true

You can also create an array of logical ones using the syntax

   y = true(d1,d2,...,dn)

or the syntax

   y = true([d1,d2,...,dn])