From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/boolean/help/en_US/addchapter.sce | 11 +++++ modules/boolean/help/en_US/bool2s.xml | 63 ++++++++++++++++++++++++++++ modules/boolean/help/fr_FR/addchapter.sce | 11 +++++ modules/boolean/help/fr_FR/bool2s.xml | 65 +++++++++++++++++++++++++++++ modules/boolean/help/ja_JP/addchapter.sce | 11 +++++ modules/boolean/help/ja_JP/bool2s.xml | 63 ++++++++++++++++++++++++++++ modules/boolean/help/pt_BR/addchapter.sce | 11 +++++ modules/boolean/help/pt_BR/bool2s.xml | 69 +++++++++++++++++++++++++++++++ modules/boolean/help/ru_RU/addchapter.sce | 11 +++++ 9 files changed, 315 insertions(+) create mode 100755 modules/boolean/help/en_US/addchapter.sce create mode 100755 modules/boolean/help/en_US/bool2s.xml create mode 100755 modules/boolean/help/fr_FR/addchapter.sce create mode 100755 modules/boolean/help/fr_FR/bool2s.xml create mode 100755 modules/boolean/help/ja_JP/addchapter.sce create mode 100755 modules/boolean/help/ja_JP/bool2s.xml create mode 100755 modules/boolean/help/pt_BR/addchapter.sce create mode 100755 modules/boolean/help/pt_BR/bool2s.xml create mode 100755 modules/boolean/help/ru_RU/addchapter.sce (limited to 'modules/boolean/help') diff --git a/modules/boolean/help/en_US/addchapter.sce b/modules/boolean/help/en_US/addchapter.sce new file mode 100755 index 000000000..d2625dd5d --- /dev/null +++ b/modules/boolean/help/en_US/addchapter.sce @@ -0,0 +1,11 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009 - DIGITEO +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +add_help_chapter("Boolean",SCI+"/modules/boolean/help/en_US",%T); + diff --git a/modules/boolean/help/en_US/bool2s.xml b/modules/boolean/help/en_US/bool2s.xml new file mode 100755 index 000000000..c5469bc56 --- /dev/null +++ b/modules/boolean/help/en_US/bool2s.xml @@ -0,0 +1,63 @@ + + + + + bool2s + convert boolean matrix to a zero one matrix. + + + Calling Sequence + 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 + + + + See Also + + + boolean + + + find + + + + diff --git a/modules/boolean/help/fr_FR/addchapter.sce b/modules/boolean/help/fr_FR/addchapter.sce new file mode 100755 index 000000000..caf348d5e --- /dev/null +++ b/modules/boolean/help/fr_FR/addchapter.sce @@ -0,0 +1,11 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009 - DIGITEO +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +add_help_chapter("Booléens",SCI+"/modules/boolean/help/fr_FR",%T); + diff --git a/modules/boolean/help/fr_FR/bool2s.xml b/modules/boolean/help/fr_FR/bool2s.xml new file mode 100755 index 000000000..b26fbcff2 --- /dev/null +++ b/modules/boolean/help/fr_FR/bool2s.xml @@ -0,0 +1,65 @@ + + + + + bool2s + convertit une matrice booléenne en une matrice 0-1 + + + Séquence d'appel + bool2s(x) + + + Paramètres + + + x + + matrice réelle, complexe ou booléenne + + + + + + + Description + + Si x est une matrice booléenne, + bool2s(x) renvoie une matrice où les valeurs %T (true=vrai) sont remplacées par des 1 et les %F (faux) par des 0. + + + Si x n'est pas une matrice booléenne, + bool2s(x) renvoie une matrice où les valeurs non-nulles sont remplacées par des 1. + + + + + + Exemples + + + + Voir aussi + + + boolean + + + find + + + + diff --git a/modules/boolean/help/ja_JP/addchapter.sce b/modules/boolean/help/ja_JP/addchapter.sce new file mode 100755 index 000000000..369a30de2 --- /dev/null +++ b/modules/boolean/help/ja_JP/addchapter.sce @@ -0,0 +1,11 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009 - DIGITEO +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +add_help_chapter("Boolean",SCI+"/modules/boolean/help/ja_JP",%T); + diff --git a/modules/boolean/help/ja_JP/bool2s.xml b/modules/boolean/help/ja_JP/bool2s.xml new file mode 100755 index 000000000..8eda8d8be --- /dev/null +++ b/modules/boolean/help/ja_JP/bool2s.xml @@ -0,0 +1,63 @@ + + + + + bool2s + 論理値行列を0,1を値とする行列に変換する. + + + 呼び出し手順 + bool2s(x) + + + パラメータ + + + x + + 論理値ベクトルまたは論理値行列または定数行列 + + + + + + 説明 + + x が論理値行列の場合, + bool2s(x) は"true"値を1, "false"値を0で置換した + 行列を返します. + + + x が "標準" 行列の場合, + bool2s(x) は非ゼロ値を 1 に置換した行列を返します. + + + + + + + + 参照 + + + boolean + + + find + + + + diff --git a/modules/boolean/help/pt_BR/addchapter.sce b/modules/boolean/help/pt_BR/addchapter.sce new file mode 100755 index 000000000..36d320e63 --- /dev/null +++ b/modules/boolean/help/pt_BR/addchapter.sce @@ -0,0 +1,11 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009 - DIGITEO +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +add_help_chapter("Booleanos",SCI+"/modules/boolean/help/pt_BR",%T); + diff --git a/modules/boolean/help/pt_BR/bool2s.xml b/modules/boolean/help/pt_BR/bool2s.xml new file mode 100755 index 000000000..5adfbeca0 --- /dev/null +++ b/modules/boolean/help/pt_BR/bool2s.xml @@ -0,0 +1,69 @@ + + + + + bool2s + converte uma matriz de valores booleanos para uma matriz de + valores 0 ou 1 + + + + Seqncia de Chamamento + bool2s(x) + + + Parmetros + + + x + + um vetor ou matriz de valores booleanos ou uma matriz + constante + + + + + + + Descrio + + Se x uma matriz de valores booleanos, + bool2s(x) retorna uma matriz onde os valores "true" + ("verdadeiro") so substituidos por 1 e os valores "false" ("falso") so + substituidos por 0. + + + Se x uma matriz "padro", + bool2s(x) retorna uma matriz onde os valores no-nulos + so substitudos por 1. + + + + Exemplos + + + + Ver Tambm + + + boolean + + + find + + + + diff --git a/modules/boolean/help/ru_RU/addchapter.sce b/modules/boolean/help/ru_RU/addchapter.sce new file mode 100755 index 000000000..410b1b14b --- /dev/null +++ b/modules/boolean/help/ru_RU/addchapter.sce @@ -0,0 +1,11 @@ +// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2009 - DIGITEO +// +// This file must be used under the terms of the CeCILL. +// This source file is licensed as described in the file COPYING, which +// you should have received as part of this distribution. The terms +// are also available at +// http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + +add_help_chapter("Boolean",SCI+"/modules/boolean/help/ru_RU",%T); + -- cgit