~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/compatibility_functions/help/en_US/mtlb_is.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    *
12
12
    -->
13
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_is">
14
 
  <refnamediv>
15
 
    <refname>mtlb_is</refname>
16
 
    <refpurpose>Matlab string insertion emulation function</refpurpose>
17
 
  </refnamediv>
18
 
  <refsection>
19
 
    <title>Description</title>
20
 
    <para>
21
 
      Matlab and Scilab insertion behave differently for strings due to the fact
22
 
      that they do not consider character strings in the same way.
23
 
    </para>
24
 
    <para> 
25
 
      The function <literal>str = mtlb_is(sto,sfrom,i,j)</literal> is used by
26
 
      <literal>mfile2sci</literal> to replace insertion operations for character strings. This function will
27
 
      determine the correct semantic at run time. There is no replacement possibility for it.
28
 
    </para>
29
 
    <para>
30
 
      Caution: <literal>mtlb_is</literal> has not to be used for hand coded functions.
31
 
    </para>
32
 
  </refsection>
33
 
  <refsection role="see also">
34
 
    <title>See Also</title>
35
 
    <simplelist type="inline">
36
 
      <member>
37
 
        <link linkend="MatlabScilab_character_strings">Matlab-Scilab_character_strings</link>
38
 
      </member>
39
 
      <member>
40
 
        <link linkend="mtlb_i">mtlb_i</link>
41
 
      </member>
42
 
    </simplelist>
43
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>mtlb_is</refname>
 
16
        <refpurpose>Matlab string insertion emulation function</refpurpose>
 
17
    </refnamediv>
 
18
    <refsection>
 
19
        <title>Description</title>
 
20
        <para>
 
21
            Matlab and Scilab insertion behave differently for strings due to the fact
 
22
            that they do not consider character strings in the same way.
 
23
        </para>
 
24
        <para> 
 
25
            The function <literal>str = mtlb_is(sto,sfrom,i,j)</literal> is used by
 
26
            <literal>mfile2sci</literal> to replace insertion operations for character strings. This function will
 
27
            determine the correct semantic at run time. There is no replacement possibility for it.
 
28
        </para>
 
29
        <para>
 
30
            Caution: <literal>mtlb_is</literal> has not to be used for hand coded functions.
 
31
        </para>
 
32
    </refsection>
 
33
    <refsection role="see also">
 
34
        <title>See Also</title>
 
35
        <simplelist type="inline">
 
36
            <member>
 
37
                <link linkend="MatlabScilab_character_strings">Matlab-Scilab_character_strings</link>
 
38
            </member>
 
39
            <member>
 
40
                <link linkend="mtlb_i">mtlb_i</link>
 
41
            </member>
 
42
        </simplelist>
 
43
    </refsection>
44
44
</refentry>