true
Logical true.
Syntax
true
l = true(n)
l = true(sz)
l = true(n, m, ..., k)
l = true(n, m, 'like', sp)
Input argument
n - a integer value.
sz - a size vector.
n, m, ..., k - a n -by- m - ... -by- k array to indicate size.
sp - a sparse or array.
Output argument
l - a logical value: true.
Description
true build a matrix of true.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated