Hi,

To open a mesagebox asking for the file name:

<http://help.scilab.org/docs/5.4.1/en_US/x_dialog.html>
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().

Regards,
Paul

On 12/13/2013 02:26 AM, daniel souza wrote:
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
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

--
Paul BIGNIER
Scilab Engineer & Xcos Developer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
http://www.scilab-enterprises.com

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to