~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/scicos/demos/tut4.dem.sce

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//
2
 
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3
 
// Copyright (C) 2008 - INRIA
4
 
//
5
 
// This file is distributed under the same license as the Scilab package.
6
 
//
7
 
 
8
 
thispath = get_absolute_file_path("tut4.dem.sce");
9
 
exec(thispath+"/scicos_play.sci");
10
 
scicos_play(thispath+"/tut4");
11
 
clear thispath;
12
 
clear scicos_play;