[scilab-Users] external call

Collette yann yann.collette at scilab.org
Tue Nov 10 10:27:02 CET 2009


You can try the unix_g function.
If an error happens, it will be redirected into a scilab variable.

help unix_g

YC

Frédéric Mabille a écrit :
> Hi
> I actually try to execute an external call in Scilab (mac os), with no 
> success ^.
>
> My programm produce a 'myfile.pov' file (this is a text file) used by 
> the ray tracer povray.
> Actually, i used on a terminal the synthax
> >povray myfile.pov
> to produce a myfile.png image.
>
> I would like to include this commande in my scilab file.
> i've try :
> >host('povray myfile.pov')
> and
> >unix('povray myfile.pov')
>
> but no-one give me the myfile.png result.
> Could someone give me idea ?
>
> thx
> Fred
>
>




More information about the users mailing list