[Scilab-users] CsvRead function

Antoine Monmayrant antoine.monmayrant at laas.fr
Mon May 11 11:56:53 CEST 2020


Hello Daniel,

It seems to me that the error is more the absence of the file 
"C:\Temp\PGC\Sai_Lot1v3.txt".

You can try to check just before line 206 whether the file is present or 
not:
ls("C:\Temp\PGC\Sai_Lot1v3.txt") or isfile("C:\Temp\PGC\Sai_Lot1v3.txt") .

Hope it helps,

Antoine


On 11/05/2020 11:45, Daniel Stringari wrote:
> Dear colleagues,
>
> I am using a code in the version of Scilab 6.1 that was made in version
> Scilab 6.0.2. However, the same code that works in version 6.0.2, gives an
> error when executed in version 6.1. The function pointed on the error screen
> is always 'csvRead'.
>
> <http://mailinglists.scilab.org/file/t498028/Piece_With_Error.png>
>
> <http://mailinglists.scilab.org/file/t498028/Error.png>
>
> any suggestion ?
>
>
>
> --
> Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>



More information about the users mailing list