~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/mtlb/mtlb_strfind.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>mtlb_strfind</TITLE>
 
6
  <TYPE>Fonction M2SCI</TYPE>
 
7
  <DATE>Avril 2004</DATE>
 
8
 
 
9
  <SHORT_DESCRIPTION name="mtlb_strfind">Fonction d'�mulation de la fonction Matlab strfind</SHORT_DESCRIPTION>
 
10
 
 
11
  <DESCRIPTION>
 
12
 
 
13
    <P>Dans plusieurs cas particuliers, la fonction Matlab <VERB>strfind</VERB> et la fonction Scilab
 
14
    <VERB>strindex</VERB> se comportent diff�remment dans Matlab et dans Scilab :</P>
 
15
 
 
16
    <DESCRIPTION_INDENT>
 
17
    <DESCRIPTION_ITEM>
 
18
    <ITEMIZE>
 
19
      <ITEM>
 
20
        <SP>
 
21
        Avec des param�tres d'entr�e n'�tant pas des cha�nes de caract�re : La fonction Matlab <VERB>strfind</VERB>
 
22
        peut �tre utilis�e avec des entr�es n'�tant pas des cha�nes de caract�res mais pas la fonction
 
23
        Scilab <VERB>strindex</VERB>.
 
24
        </SP>
 
25
      </ITEM>
 
26
    </ITEMIZE>
 
27
    </DESCRIPTION_ITEM>
 
28
    </DESCRIPTION_INDENT>
 
29
 
 
30
    <P>
 
31
    La fonction <VERB>mtlb_strfind(A,B)</VERB> est utilis�e par
 
32
    <VERB>mfile2sci</VERB> pour remplacer <VERB>strfind(A,B)</VERB> quand il n'�tait pas
 
33
    possible de savoir ce qu'�taient les param�tres d'entr�e pendant la conversion d'un code Matlab vers Scilab. Cette fonction va
 
34
    d�terminer la s�mantique correcte pendant l'ex�cution. Pour obtenir un code plus performant
 
35
    on peut remplacer les appels � <VERB>mtlb_strfind</VERB> :
 
36
    </P>
 
37
 
 
38
    <DESCRIPTION_INDENT>
 
39
    <DESCRIPTION_ITEM>
 
40
    <ITEMIZE>
 
41
      <ITEM>
 
42
        <SP>
 
43
        Si <VERB>A</VERB> et <VERB>B</VERB> sont des cha�nes de caract�res
 
44
        <VERB>mtlb_strfind(A,B)</VERB> peut �tre remplac� par <VERB>strindex(A,B)</VERB>
 
45
        </SP>
 
46
      </ITEM>
 
47
    </ITEMIZE>
 
48
    </DESCRIPTION_ITEM>
 
49
    </DESCRIPTION_INDENT>
 
50
 
 
51
    <P>Attention : <VERB>mtlb_strfind</VERB> ne doit pas �tre utilis�e pour une programmation manuelle.</P>
 
52
 
 
53
  </DESCRIPTION>
 
54
 
 
55
  <AUTHORS>
 
56
    <AUTHORS_ITEM>V.C.</AUTHORS_ITEM>
 
57
  </AUTHORS>
 
58
</MAN>