Re: [Scilab-users] command Scilab/Matlab

2013-12-13 Thread Paul Bignier
Hi, To open a mesagebox asking for the file name: indata=x_dialog("input filename", "default name"); Help page for x_dialog: http://help.scilab.org/docs/5.4.1/en_US/x_dialog.html Then look for SIVP toolbox in ATOMS for imread(). Regard

Re: [Scilab-users] command Scilab/Matlab

2013-12-13 Thread Dang, Christophe
Hello, > De : daniel souza > Envoyé : vendredi 13 décembre 2013 02:27 > > indata=inputdlg({'input filename'}); > a = imread(indata{1}); > > How can I write these lines in scilab? I don't know much Mtlab, but from its documentation http://www.mathworks.fr/fr/help/matlab/ref/imread.html it seems

[Scilab-users] command Scilab/Matlab

2013-12-12 Thread daniel souza
Hi, These line are Matlab: indata=inputdlg({'input filename'}); a = imread(indata{1}); How can I write these lines in scilab? Thanks. -- Daniel de Souza Santos Professor de Física UFRPE - UAST (81) 9988 6670 (87) 8855 3970 ___ users mailing list user