Re: [Scilab-users] Scilab on the M1/M2 Mac

2023-05-11 Thread Stéphane Mottelet
Ok…. Let us wait for a brand new build (maybe for the next release but will be incompatible with some atoms packages). S. > Le 11 mai 2023 à 23:14, Heinz Nabielek a écrit : > > I had tested both native builds and I had reported that both crash > immediately with a call to cdfnor > Heinz > >

Re: [Scilab-users] Scilab on the M1/M2 Mac

2023-05-11 Thread Heinz Nabielek
I had tested both native builds and I had reported that both crash immediately with a call to cdfnor Heinz >> scilab-6.1.1-accelerate-arm64.dmg installed and started well >> "6.1.1.988271013" >> "Mac OS X 13.3.1" >> "1.8.0_292" >> "OpenJDK Runtime Environment (build 1.8.0_292-b10)" >>

Re: [Scilab-users] Scilab on the M1/M2 Mac

2023-05-11 Thread Stéphane Mottelet
Can you also test the two native builds ? S. Le 11/05/2023 à 05:27, Heinz Nabielek a écrit : scilab-2023.0.0-x86_64.dmg is running perfectly well on my new M1 iMac, but my complex wind-bird swarm-avian mortality simulation code is 30% slower than on the old i7 iMac! Heinz Am 10/05/2023

Re: [Scilab-users] Need Help / Ideas on Log-File parsing

2023-05-11 Thread CHEZE David 227480
Hi Richard , In previous I forgot to mention a msscanf()'s detail to iterate , optional niter= -1 (until the end of file) r8= msscanf(-1, txt(:,8), "NET: %3dx1 m3") // iterate on specific data fixed format, 8th column r1= msscanf(-1, txt(:,1), "%2d-%2d-%2d %2d:%2d:%2d")//