[Scilab-users] Matlab to Scilab code query

Rafael Guerra jrafaelbguerra at hotmail.com
Tue Jul 17 16:07:30 CEST 2018


Hi Lester,

Your problem seems to be fixed by defining in Scilab:

//sl = fliplr(sl);
sl = sl($:-1:1); // Scilab reverse

//Wd = fliplr(Wd);
Wd = Wd($:-1:1); // Scilab reverse

For vectors, the L-R flip should be instead reverse order.

Regarding the massive time savings of Scilab 6 vs Octave, I see it on the first time the code is run but not afterwards.
Did not test enough.

Regards,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180717/a5f713a6/attachment.htm>


More information about the users mailing list