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

« back to all changes in this revision

Viewing changes to man/translation/excel2sci.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
 
excel2sci          Scilab Group          Scilab Function          excel2sci
2
 
NAME
3
 
   excel2sci - reads ascii Excel files 
4
 
  
5
 
CALLING SEQUENCE
6
 
 M=excel2sci(fname [,sep])
7
 
PARAMETERS
8
 
 fname      : character string. The file path
9
 
            
10
 
 sep        : character string. Excel separator used, default value is ","
11
 
            
12
 
 M          : matrix of strings
13
 
            
14
 
DESCRIPTION
15
 
   Given an ascii  file created by Excel using "Text and comma" format
16
 
  exel2sci(fname) returns the corresponding Scilab matrix of strings. Use
17
 
  exel2sci(fname,sep ) for an other choice of separator.  Note: You may
18
 
  eval all or part ot M using function evstr.
19
 
  
20
 
SEE ALSO
21
 
   read, evstr
22