Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Funções Elementares > isempty

isempty

verifica se uma variável é uma matriz vazia ou uma lista vazia

Seqüência de Chamamento

t=isempty(x)

Parâmetros

x

vetor, matriz ou lista

t

um booleano

Descrição

isempty(x) retorna 'true' (verdadeiro) se x é uma matriz vazia ou uma lista vazia.

isempty() can be overloaded for custom t-lists and m-lists typeof.

Exemplos

a=1
isempty(a(2:$))
isempty(find(rand(1:10)==5))

Ver também

  • [] — empty matrix. Array ranges destructor.
  • emptystr — string de comprimento zero
  • size — tamanho de objetos
  • length — Número de caracteres de um texto. Número de elementos de uma matriz ou lista.

Histórico

VersãoDescrição
6.0.2 isempty() can now be overloaded for custom tlist and mlist typeof.
Report an issue
<< insertion Funções Elementares isequal >>

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 Jan 03 14:35:22 CET 2022