Scilab Function
eng


load_scicos_func

File content


function load_scicos_func()
   set("figure_style","old")
   del_graphic();
   load SCI/macros/scicos/lib
   exec(loadpallibs,-1)
   %tcur=0;%cpr=list();alreadyran=%f;needstart=%t;needcompile=4;%state0=list();
   prot=funcprot();funcprot(0);
   deff('disablemenus()',' ');
   deff('enablemenus()',' ');
   funcprot(prot) ;
endfunction