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

« back to all changes in this revision

Viewing changes to man/metanet/metanet.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
 
metanet           Scilab Group           Scilab function            metanet
2
 
NAME
3
 
   metanet - opens a Metanet window
4
 
  
5
 
CALLING SEQUENCE
6
 
 window = metanet([path,winsize])
7
 
PARAMETERS
8
 
 path  : string, directory where graph files are searched
9
 
       
10
 
 winsize
11
 
        : row vector defining the size of Metanet window
12
 
       
13
 
 window
14
 
        : integer, window number
15
 
       
16
 
DESCRIPTION
17
 
   This function is used to open a Metanet window from Scilab.  path is an
18
 
  optional argument; it is the directory where graph files  are searched.
19
 
  If this path is the pathname of a graph, this graph is  displayed in the
20
 
  Metanet window and the directory of this pathname becomes the default
21
 
  directory. By default, path is the working directory.  winsize is an
22
 
  optional argument; it is a row vector [width height] giving the size in
23
 
  pixels of Metanet window. The default is [1000 1000].  Usually,
24
 
  show_graph is used and metanet is seldom used.  Each time metanet is
25
 
  executed, a new window is created and its number is incremented by 1.
26
 
  
27
 
SEE ALSO
28
 
   netclose, netwindow, netwindows, show_graph
29