File: user.xml

package info (click to toggle)
scilab 4.1.2-6
  • links: PTS, VCS
  • area: non-free
  • in suites: lenny
  • size: 113,992 kB
  • ctags: 65,732
  • sloc: ansic: 406,468; fortran: 242,412; xml: 223,812; tcl: 46,703; sh: 10,945; ml: 9,441; makefile: 4,697; cpp: 1,354; java: 926; csh: 260; yacc: 247; perl: 130; lex: 126; asm: 72; lisp: 30
file content (23 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
<MAN>
  <LANGUAGE>fr</LANGUAGE>
  <TITLE>user  </TITLE>
  <TYPE>Scilab Function  </TYPE>
  <DATE>April 1993  </DATE>
  <SHORT_DESCRIPTION name="user"> interfaage d&apos;une routine Fortran ou C  </SHORT_DESCRIPTION>
  <CALLING_SEQUENCE>
  <CALLING_SEQUENCE_ITEM>[s_1,s_2,...,s_lhs]=user(e_1,e_2,...,e_rhs)  </CALLING_SEQUENCE_ITEM>
  </CALLING_SEQUENCE>
  <DESCRIPTION>
  <P>
    Avec cette commande il est possible d&apos;utiliser un programme externe 
    comme une commande Scilab o
    <VERB>(s_1,s_2,...,s_lhs)</VERB> sont les variables de sortie et
     <VERB>(e_1,e_2,...,e_rhs)</VERB> sont les variables d&apos;entre. Pour utiliser cette commande dans Scilab il faut crire quelques lignes dans la subroutine Fortran <VERB>user</VERB> de Scilab. Voir <VERB>intersci</VERB> ou la documentation de Scilab pour plus d&apos;informations.
  </P>
  </DESCRIPTION>
  <SEE_ALSO>
    <SEE_ALSO_ITEM> <LINK>fort</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>link</LINK> </SEE_ALSO_ITEM>
  </SEE_ALSO>
</MAN>