blob: b61b5f07271edbcb092c551e2993b6564101d654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) ????-2008 - INRIA
//
// This file is released under the 3-clause BSD license. See COPYING-BSD.
demopath = get_absolute_file_path("flat.dem.gateway.sce");
subdemolist = ["Car" ,"car.dem.sce" ; ..
"Two trailers truck" ,"truck.dem.sce" ]
subdemolist(:,2) = demopath + subdemolist(:,2);
clear demopath;
|