Le 19/05/2015 18:02, Francesco Pedretti a écrit :
> Dear all,
>
> I started to use Scilab only last week and I have some problems with
> the command fscanfMat. I have to read three text file in order to
> create a post processing of a fortran file. The problem is that the
> code today decided to not open these files (yesterday it worked). I
> tried also wth the command mopen and mgetl but it doesn't work. The
> error message is the 999 cannot open the file.

Using  A=fscanfMat('flux.txt'); supposes that the Scilab working
directory contains the flux.txt file.
You can change the Scilab working directory with the cd function.
Serge Steer

>
> In attachment I send also the scilab script and the three txt files.
> Thanks for your help.
>
> Best regards,
>
> Francesco Pedretti
>
>
> _______________________________________________
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

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

Reply via email to