1 <?xml version="1.0" encoding="UTF-8"?>
2 <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" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="libraryinfo">
4 <refname>libraryinfo</refname>
5 <refpurpose>get macros and path of a scilab library</refpurpose>
9 <synopsis>macros = libraryinfo(libraryname)
10 [macros,path] = libraryinfo(libraryname)
14 <title>Arguments</title>
19 <para>a string matrix (all main functions of the library)</para>
27 <para>a string (path of library)</para>
33 <term>libraryname</term>
35 <para>a string (library name)</para>
41 <title>Description</title>
42 <para>get functions names and path of a scilab library.The function names
43 returned correspond to those which correspond to the associated .sci or .bin
44 file names. The other ones are subsidiary functions.
48 <title>Examples</title>
49 <programlisting role="example"><![CDATA[
50 [m,p]=libraryinfo('corelib')
53 <refsection role="see also">
54 <title>See also</title>
55 <simplelist type="inline">
57 <link linkend="librarieslist">librarieslist</link>
60 <link linkend="whereis">whereis</link>