Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


bool2s

convert boolean matrix to a zero one matrix.

Syntax

bool2s(x)

Arguments

x

a boolean vector or a boolean matrix or a constant matrix

Description

If x is a boolean matrix, bool2s(x) returns the matrix where "true" values are replaced by 1 and "false" value by 0.

If x is a "standard" matrix, bool2s(x) returns the matrix where non-zero values are replaced by 1.

Examples

bool2s([%t %t %f %t])
bool2s([2.3 0 10 -1])

See also

  • boolean — Scilab Objects, boolean variables and operators & | ~
  • find — gives the indices of %T or non-zero elements
Report an issue
<< cells Data Structures definedfields >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 11:52:45 GMT 2023