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

« back to all changes in this revision

Viewing changes to man/comm/ExeclScilab.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
 
ExeclScilab        Scilab Group        Scilab function          ExeclScilab
2
 
NAME
3
 
   ExeclScilab - executes another linked local Scilab
4
 
  
5
 
CALLING SEQUENCE
6
 
 ExeclScilab(appli)
7
 
PARAMETERS
8
 
 appli  : string, name of new Scilab
9
 
        
10
 
DESCRIPTION
11
 
   ExecScilab executes a new Scilab application on the same host and creates
12
 
  links between them.  Use ExecAppli to execute a new Scilab application on
13
 
  a remote host.
14
 
  
15
 
SEE ALSO
16
 
   CreateLink, ExecAppli, ExecScilab
17