[scilab-Users] Output to console in Scilab-5.2.0

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Wed Jan 6 20:00:45 CET 2010


----- Message d'origine -----
De : Ivan Maximov
Date : 06/01/2010 17:56:
> Hi!
>
> I have a not useful output when writing a script and trying to see the
> execution. In console I see all string from script file. Is it possible to
> modify the output that only specified values have been visible in console?
> If I explained unclear I suggest an example:
>   
In the console, to launch your script in silent mode, type
exec("myscript.sce",-1)
Then, just the disp() instructions will output some infos.

see help exec   and help mode

HTH
Samuel




More information about the users mailing list