1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Ajouter ici d'éventuels commentaires sur le fichier XML
5 <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="aplat">
7 <pubdate>$LastChangedDate: 22-07-2009 $</pubdate>
10 <refname>aplat</refname>
11 <refpurpose>Flattens a list. </refpurpose>
14 <title>Calling Sequence</title>
15 <synopsis>[lf,ind] = aplat(l,r)</synopsis>
18 <title>Parameters</title>
40 a flat list (a single hierachical level)
48 a list, each entry give the path of the corresponding lf entry in the original list
55 <title>Description</title>
57 Creates a flat list, built with the initial l list leaves and if given prepended by the r list entries
61 <title>Examples</title>
62 <programlisting role="example"><![CDATA[
63 [lf,ind]=aplat(list(1,2,list([3,1],'xxx',list([3,2,1]))))
67 <title>See Also</title>
68 <simplelist type="inline">
70 <link linkend="recons" >recons</link>
75 <title>Authors</title>
76 <simplelist type="vert">
77 <member>F.D. and S.S., INRIA</member>