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

« back to all changes in this revision

Viewing changes to demos/metanet/meta.dem

  • 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
getf(SCI+'/demos/metanet/metro.sci','c');
 
2
// Copyright INRIA
 
3
mode(0);
 
4
num=x_message([' ';
 
5
'METANET is a Scilab toolbox for graph and network analysis';
 
6
'It comes with a graphics tool for visualizing and creating graphs';
 
7
' ';
 
8
'This is a demo for finding the best and fastest way';
 
9
'  to go from one station to another in Paris subway';
 
10
' ';
 
11
'Try the demo?'],['Yes','No'])
 
12
 
 
13
if num==1 then
 
14
  metro()
 
15
end