Home > freetb4matlab > general > logical.m

logical

PURPOSE ^

% Convert @var{arg} to a logical value. For example,

SYNOPSIS ^

function y = logical (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} logical (@var{arg})
% Convert @var{arg} to a logical value.  For example,
%
% @example
% logical ([-1, 0, 1])
% @end example
%
% @noindent
% is equivalent to
%
% @example
% [-1, 0, 1] ~= 0
% @end example
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003