~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/metanet/check_graph.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
check_graph        Scilab Group        Scilab function          check_graph
 
2
NAME
 
3
   check_graph - checks a Scilab graph list
 
4
  
 
5
CALLING SEQUENCE
 
6
 check_graph(g)
 
7
PARAMETERS
 
8
 g  : graph list to check
 
9
    
 
10
DESCRIPTION
 
11
   check_graph checks its argument g to see if it is a graph list. The
 
12
  checking is not only syntactic (number of elements of the list,
 
13
  compatible sizes of the vectors), but also semantic in the sense that 
 
14
  check_graph checks that node_number, tail and head elements of the list
 
15
  can really represent a graph.  Moreover, the names of the node must be
 
16
  different. In fact, this do not give errors in Scilab, but strange
 
17
  behaviour can appear when using the  Metanet window. So, this is not
 
18
  checked by check_graph  because it is time consuming. It is only checked
 
19
  when loading, saving or showing a graph. 
 
20
  
 
21
SEE ALSO
 
22
   graph-list
 
23