Re: [Scilab-users] [Scilab-Dev] Scilab 6.1 for OSX is out !

2020-06-18 Thread Heinz Nabielek
Thanks a lot. Works perfect. Heinz > On 18.06.2020, at 16:52, Stéphane Mottelet wrote: > > Hello, > > The branch-6.1 OSX build has been updated yesterday evening. To have an idea > of bug fixes and other improvements since the last build see the following > list on CR: > >

Re: [Scilab-users] [Scilab-Dev] Scilab 6.1 for OSX is out !

2020-06-18 Thread Stéphane Mottelet
Hello, The branch-6.1 OSX build has been updated yesterday evening. To have an idea of bug fixes and other improvements since the last build see the following list on CR: https://codereview.scilab.org/#/q/status:merged+since:2020-04-20 S. Le 21/04/2020 à 19:21, Stéphane Mottelet a écrit :

Re: [Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-18 Thread Stéphane Mottelet
Hello Antoine, I made a 4Gb file with Matlab: >> a=rand(645,645,645); >> b=rand(645,645,645); >> c={a,b}; >> save("c.mat","-7.3","c") and managed to load it successfully in Scilab: --> loadmatfile("c.mat"); --> c  c  =   [645x645x645 constant]  [645x645x645 constant] Maybe the structure I

Re: [Scilab-users] {EXT} scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-18 Thread Dang Ngoc Chan, Christophe
Hello, > De la part de Antoine Monmayrant > Envoyé : mercredi 17 juin 2020 13:22 > > It's a bit cumbersome to share this big fie, so do you have any idea on how to > investigate this issue and try to locate the root cause? You might try to build a minimal and working (crashing) example,