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

« back to all changes in this revision

Viewing changes to man/eng/mtlb/mstr2sci.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>eng</LANGUAGE>
 
5
  <TITLE>mstr2sci</TITLE>
 
6
  <TYPE>M2SCI function</TYPE>
 
7
  <DATE>April 2004</DATE>
 
8
  <SHORT_DESCRIPTION name="mstr2sci">character string matrix to character matrix conversion</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>a=mstr2sci(txt)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
    <PARAM_INDENT>
 
14
      <PARAM_ITEM>
 
15
        <PARAM_NAME>txt</PARAM_NAME>
 
16
        <PARAM_DESCRIPTION>
 
17
          <SP> : character string or string matrix</SP>
 
18
        </PARAM_DESCRIPTION>
 
19
      </PARAM_ITEM>
 
20
      <PARAM_ITEM>
 
21
        <PARAM_NAME>a</PARAM_NAME>
 
22
        <PARAM_DESCRIPTION>
 
23
          <SP> : character vector or matrix</SP>
 
24
        </PARAM_DESCRIPTION>
 
25
      </PARAM_ITEM>
 
26
    </PARAM_INDENT>
 
27
  </PARAM>
 
28
  <DESCRIPTION>
 
29
    <P>
 
30
    This function converts a Scilab character string to a vector of characters.
 
31
    Result is the Scilab equivalent for a Matlab string.
 
32
    </P>
 
33
    <P>Caution: <VERB>mstr2sci</VERB> has not to be used for hand coded functions.</P>
 
34
  </DESCRIPTION>
 
35
  <SEE_ALSO>
 
36
    <SEE_ALSO_ITEM> <LINK>Matlab-Scilab_character_strings</LINK> </SEE_ALSO_ITEM>
 
37
  </SEE_ALSO>
 
38
  <AUTHORS>
 
39
    <AUTHORS_ITEM>V.C.</AUTHORS_ITEM>
 
40
  </AUTHORS>
 
41
</MAN>