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

« back to all changes in this revision

Viewing changes to man/strings/code2str.cat

  • 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
 
code2str          Scilab Group          Scilab Function            code2str
2
 
NAME
3
 
   code2str - returns character string associated with Scilab integer codes.
4
 
  
5
 
CALLING SEQUENCE
6
 
 str=code2str(c)
7
 
PARAMETERS
8
 
 str  : a character string
9
 
      
10
 
 c    : vector of character integer codes
11
 
      
12
 
DESCRIPTION
13
 
   Returns character string associated with Scilab integer codes.str is such
14
 
  that  c(i) is the Scilab integer code of part(str,i))
15
 
  
16
 
EXAMPLE
17
 
 code2str([-28 12 18 21 10 11])
18
 
SEE ALSO
19
 
   str2code
20