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 >> Scilab > Configuration > getversion

getversion

retorna o nome da versão do Scilab

Seqüência de Chamamento

[version, options] = getversion()
[COMPILER, ARCH, RELEASE_MODE, RELEASE_DATE, RELEASE_TIME] = (options(1), opt(2), options($-2), options($-1), options($))
version_numbers = getversion('scilab')
version_numbers = getversion('<module>')
version = getversion('<module>','string_info')

Parâmetros

version

um string sobre a versão. Exemplo: "scilab-6.1.0"

version_numbers

um vetor de inteiros

version_numbers(1): versão maior

version_numbers(2): versão menor

version_numbers(3): versão de manutençãp

version_numbers(4): timestamp GIT

options

um vetor de strings: [compiler, architecture, [tk, modelicac, ] release_mode, release_date, release_time]

Descrição

Retorna em version o nome da versão do Scilab e em options build options ("opções de construção") que podem ser usadas para determinar se o Scilab foi construído em tk ou modelicac.

Exemplos

getversion()
[version, options] = getversion()
[COMPILER, ARCH, RELEASE_MODE, RELEASE_DATE, RELEASE_TIME] = (options(1), opt(2), options($-2), options($-1), options($))
or(options == 'modelicac')
or(options == 'tk')

numbers = getversion('scilab')
version = getversion('scilab','string_info')

Ver Também

Report an issue
<< getshell Configuration oldEmptyBehaviour >>

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:18 CET 2022