Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

false (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the matrix class.

Syntax

c = false(a)

c = false(a, b)

Description

Generates a logical matrix of zeros. This matrix is different from the matrix of double-precision, floating-point numbers that the zeros function generates because a logical array can hold values of 0 or 1 only.

Examples

Inputs

Name Description
a Specifies the number of rows for the Boolean matrix. a is a positive integer.
b Specifies the number of columns for the Boolean matrix. b is a positive integer.

Outputs

Name Description
c Returns a matrix of Boolean zeros with a rows and b columns. If you do not specify b, c returns a square matrix of length a.

Examples

C = false(3, 5)

Related Topics

logical
ones
true
zeros


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit