[Scilab-users] Re : Problems with mfile2sci

Samuel Gougeon sgougeon at free.fr
Tue Oct 8 13:11:14 CEST 2019


Le 08/10/2019 à 12:21, Samuel Gougeon a écrit :
> .../...
> And re-run mfile2sci.
>
> As with Scilab 6.0.0, the conversion now actually starts, and you will 
> get an error after the line #91 of your script, to be reported as 
> well, separately.
>

For some reason, the space between find and its opening ( is not accepted in
n = min([n, min(find (mini(I)==99))]);
while it is accepted earlier in the script as in
n = min(find (mini(I)==99));

Another issue (since 6.0.0) is the bad conversion of ":" as in a(1,:), 
also to be reported.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20191008/4c33a8b7/attachment.htm>


More information about the users mailing list