1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
2 // Copyright (C) 2004 - Jaime Urzua Grez
6 // Scilab basic configuration
7 // This file is part of sciGUI toolbox
9 // This program is free software; you can redistribute it and/or modify
10 //it under the terms of the GNU General Public License as published by
11 //the Free Software Foundation; either version 2 of the License, or
12 //(at your option) any later version.
14 warnobsolete("preferences", "5.4.1");
16 if (vt(1)==0) then v4="v"; else v4="e"; end;
24 if (vt(1)==0) then v4="v"; else v4="e"; end;
29 if (exists("%ODEOPTIONS")==1) then
32 locode=[1,0,0,%inf,0,2,500,12,5,0,-1,-1];
35 for j=1:length(locode),
36 if ((j==4)&(locode(4)==%inf)) then
39 v8=v8+string(locode(j))+' ';
42 vt=v1+' '+v2+' '+v3+' '+v4+' '+v5+' '+v6+' '+v7+' '+v8;
43 TCL_EvalStr('sciGUIConfig -1 {'+vt+'}');