diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2009-10-07 15:51:55 +0200 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2009-10-07 15:51:55 +0200 |
commit | 2469025286ba46287ffed7bbf6c06f6c96cff3ab (patch) | |
tree | 14c24dd490bc2b6671654131ed8af40cfb026258 /scilab/modules/compatibility_functions | |
parent | 71a8166ade18526760b3677be70b846a13f54391 (diff) | |
download | scilab-2469025286ba46287ffed7bbf6c06f6c96cff3ab.zip scilab-2469025286ba46287ffed7bbf6c06f6c96cff3ab.tar.gz |
remove functions declared obsolete for scilab 5.2
Diffstat (limited to 'scilab/modules/compatibility_functions')
3 files changed, 0 insertions, 104 deletions
diff --git a/scilab/modules/compatibility_functions/help/en_US/mtlb_eig.xml b/scilab/modules/compatibility_functions/help/en_US/mtlb_eig.xml deleted file mode 100644 index b88c61a..0000000 --- a/scilab/modules/compatibility_functions/help/en_US/mtlb_eig.xml +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2004-2007 - INRIA - Vincent COUVERT | ||
5 | * | ||
6 | * This file must be used under the terms of the CeCILL. | ||
7 | * This source file is licensed as described in the file COPYING, which | ||
8 | * you should have received as part of this distribution. The terms | ||
9 | * are also available at | ||
10 | * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
11 | * | ||
12 | --> | ||
13 | <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="mtlb_eig"> | ||
14 | <info> | ||
15 | <pubdate>$LastChangedDate$</pubdate> | ||
16 | </info> | ||
17 | <refnamediv> | ||
18 | <refname>mtlb_eig</refname> | ||
19 | <refpurpose>Matlab eig emulation function</refpurpose> | ||
20 | </refnamediv> | ||
21 | <refsection> | ||
22 | <title>Description</title> | ||
23 | <para>WARNING: This function is obsolete and will be removed in version 5.1.2, please use <link linkend="spec">spec</link> instead.</para> | ||
24 | </refsection> | ||
25 | <refsection> | ||
26 | <title>See Also</title> | ||
27 | <simplelist type="inline"> | ||
28 | <member> | ||
29 | <link linkend="spec">spec</link> | ||
30 | </member> | ||
31 | </simplelist> | ||
32 | </refsection> | ||
33 | <refsection> | ||
34 | <title>Authors</title> | ||
35 | <simplelist type="vert"> | ||
36 | <member>V.C.</member> | ||
37 | </simplelist> | ||
38 | </refsection> | ||
39 | </refentry> | ||
diff --git a/scilab/modules/compatibility_functions/help/fr_FR/mtlb_eig.xml b/scilab/modules/compatibility_functions/help/fr_FR/mtlb_eig.xml deleted file mode 100644 index b68826f..0000000 --- a/scilab/modules/compatibility_functions/help/fr_FR/mtlb_eig.xml +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- | ||
3 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
4 | * Copyright (C) 2002-2004 - INRIA - Vincent COUVERT | ||
5 | * | ||
6 | * This file must be used under the terms of the CeCILL. | ||
7 | * This source file is licensed as described in the file COPYING, which | ||
8 | * you should have received as part of this distribution. The terms | ||
9 | * are also available at | ||
10 | * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
11 | * | ||
12 | --> | ||
13 | <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="fr" xml:id="mtlb_eig"> | ||
14 | <info> | ||
15 | <pubdate>$LastChangedDate$</pubdate> | ||
16 | </info> | ||
17 | <refnamediv> | ||
18 | <refname>mtlb_eig</refname> | ||
19 | <refpurpose>Fonction d'émulation de la fonction Matlab eig</refpurpose> | ||
20 | </refnamediv> | ||
21 | <refsection> | ||
22 | <title>Description</title> | ||
23 | <para>ATTENTION: Cette fonction est obsolète et sera retirée dans la version 5.1.2, veuillez utiliser <link linkend="spec">spec</link> en remplacement.</para> | ||
24 | </refsection> | ||
25 | <refsection> | ||
26 | <title>Voir aussi</title> | ||
27 | <simplelist type="inline"> | ||
28 | <member> | ||
29 | <link linkend="spec">spec</link> | ||
30 | </member> | ||
31 | </simplelist> | ||
32 | </refsection> | ||
33 | <refsection> | ||
34 | <title>Auteurs</title> | ||
35 | <simplelist type="vert"> | ||
36 | <member>V.C.</member> | ||
37 | </simplelist> | ||
38 | </refsection> | ||
39 | </refentry> | ||
diff --git a/scilab/modules/compatibility_functions/macros/mtlb_eig.sci b/scilab/modules/compatibility_functions/macros/mtlb_eig.sci deleted file mode 100644 index 4c7f9cf..0000000 --- a/scilab/modules/compatibility_functions/macros/mtlb_eig.sci +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
2 | // Copyright (C) 2002-2004 - INRIA - Vincent COUVERT | ||
3 | // | ||
4 | // This file must be used under the terms of the CeCILL. | ||
5 | // This source file is licensed as described in the file COPYING, which | ||
6 | // you should have received as part of this distribution. The terms | ||
7 | // are also available at | ||
8 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | ||
9 | |||
10 | function [vd,D]=mtlb_eig(A,B) | ||
11 | // Emulation function for eig() Matlab function | ||
12 | |||
13 | warnobsolete("spec", "5.1.2") | ||
14 | |||
15 | [lhs,rhs]=argn() | ||
16 | |||
17 | if rhs==1 then | ||
18 | if lhs==1 then | ||
19 | vd=spec(A) | ||
20 | else | ||
21 | [vd,D]=spec(A) | ||
22 | end | ||
23 | else | ||
24 | error(msprintf(gettext("%s: use with %d input argument(s) is not yet implemented.\n"),"mtlb_eig",2)); | ||
25 | end | ||
26 | endfunction | ||