Re: [Scilab-users] atomsLoad

2021-01-05 Thread Stéphane Mottelet
Le 05/01/2021 à 11:11, Jean-Yves Baudais a écrit : Hello, Le 04/01/2021 à 18:09, Stéphane Mottelet a écrit : It has nothing to do with memory allocation, this is just a required explicit argument in Scilab 6 API. Otherwise you won't be able to compile the gateways. I did the test,

Re: [Scilab-users] atomsLoad

2021-01-05 Thread Samuel Gougeon
Le 04/01/2021 à 15:55, Jean-Yves Baudais a écrit : .../... 5) boundary_conditions_emd.sci file, the function moc_fliplr should be added at the end of the file function y = moc_fliplr(x) // Copyright Aldo I Maalouf if ndims(x)~=2, disp('X must be a 2-D matrix!') end y = x(:,$:-1:1); endfunction

Re: [Scilab-users] atomsLoad

2021-01-05 Thread Jean-Yves Baudais
Hello, Le 04/01/2021 à 18:09, Stéphane Mottelet a écrit : It has nothing to do with memory allocation, this is just a required explicit argument in Scilab 6 API. Otherwise you won't be able to compile the gateways. I did the test, removed "void *pvApiCtx" and of course the gateway didn't

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Stéphane Mottelet
al Message - From: "Jean-Yves Baudais" To: "Users mailing list for Scilab" Sent: Monday, 4 January, 2021 16:16:42 Subject: Re: [Scilab-users] atomsLoad - Original Message - From: "Stéphane Mottelet" Le 04/01/2021 à 15:55, Jean-Yves Baudais a écrit : It rem

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Jean-Yves Baudais
ais" > To: "Users mailing list for Scilab" > Sent: Monday, 4 January, 2021 16:16:42 > Subject: Re: [Scilab-users] atomsLoad > - Original Message - >> From: "Stéphane Mottelet" >> Le 04/01/2021 à 15:55, Jean-Yves Baudais a écrit : &

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Jean-Yves Baudais
- Original Message - > From: "Stéphane Mottelet" > Le 04/01/2021 à 15:55, Jean-Yves Baudais a écrit : >> It remains one problem: the memory used always increases. If emd() function >> is >> ran multiple times, my 8G mem is fulfilled by scilab and of course scilab >> crashes. Maybe this

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Stéphane Mottelet
the original source... S. (Note that there is no memory issues with emd() function of repository 5.4.) Jean-Yves - Original Message - From: "Stéphane Mottelet" To: "Users mailing list for Scilab" scilab.org> Sent: Tuesday, 22 December, 2020 17:02:48 Subje

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Jean-Yves Baudais
Users mailing list for Scilab" scilab.org> > Sent: Tuesday, 22 December, 2020 17:02:48 > Subject: Re: [Scilab-users] atomsLoad > I sent you (private message) the modified sources of emd_toolbox, for > the gateway part only. The toolbox compiles and loads, but then there > are p

Re: [Scilab-users] atomsLoad

2020-12-23 Thread Jean-Yves Baudais
Hi, Thank you for the code. I'm going to see what I can do. -- Jean-Yves - Original Message - > From: "Stéphane Mottelet" > To: "Users mailing list for Scilab" > Sent: Tuesday, 22 December, 2020 17:02:48 > Subject: Re: [Scilab-users] atomsLoa

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
I sent you (private message) the modified sources of emd_toolbox, for the gateway part only. The toolbox compiles and loads, but then there are problems due to the convention with the empty matrix that changed since Scilab 6. I hope you will be able to fix them yourself (keep us informed of

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
Hi, Le 22/12/2020 à 16:12, Jean-Yves Baudais a écrit : Hi, It is quite easy (a 10 min. job). I made the needed modifications and it compiles and loads under OSX. If you give me the rights on Gitlab I can commit the modifications this afternoon. Ok, but I don't how to do this, but I'm ready

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Clément David
la part de Jean-Yves Baudais Envoyé : mardi 22 décembre 2020 16:12 À : Users mailing list for Scilab Objet : Re: [Scilab-users] atomsLoad Hi, > It is quite easy (a 10 min. job). I made the needed modifications and it > compiles and loads under OSX. If you give me the rights on Gitlab I can

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Jean-Yves Baudais
Hi, > It is quite easy (a 10 min. job). I made the needed modifications and it > compiles and loads under OSX. If you give me the rights on Gitlab I can commit > the modifications this afternoon. Ok, but I don't how to do this, but I'm ready to learn :-) So, could you give me the step starting

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
can commit the modifications this afternoon. S. Thanks, Clément *De :* users de la part de Jean-Yves Baudais *Envoyé :* mardi 22 décembre 2020 12:36 *À :* Users mailing list for Scilab *Objet :* Re: [Scilab-users] atomsLoa

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
020 12:36 *À :* Users mailing list for Scilab *Objet :* Re: [Scilab-users] atomsLoad Hi, > You must use Scilab 5.5.2 and install the 1.2 version of the toolbox. It > should run out of the box. Ok. I installed it. "scilab" command and "scilab -nw" or "-nb" o

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Clément David
De : users de la part de Jean-Yves Baudais Envoyé : mardi 22 décembre 2020 12:36 À : Users mailing list for Scilab Objet : Re: [Scilab-users] atomsLoad Hi, > You must use Scilab 5.5.2 and install the 1.2 version of the toolbox. It > should run out of the box. Ok. I installed it. &

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Jean-Yves Baudais
Hi, > You must use Scilab 5.5.2 and install the 1.2 version of the toolbox. It > should run out of the box. Ok. I installed it. "scilab" command and "scilab -nw" or "-nb" or "-ns" or "-noatomsautoload" give the so funny "Segmentation fault" :-( Hopefully, "scilab -nwni" works, but I only have

Re: [Scilab-users] atomsLoad

2020-12-21 Thread Samuel Gougeon
Le 21/12/2020 à 15:53, Jean-Yves Baudais a écrit : So, I think the best way it to use older Scilab version because - only too old emd_toolbox is "atomsInstalled" with Scilab-6.1 and not "atomsLoadable" - with http://atoms.scilab.org/5.3 repository, the atomsLoad() function alway gives "bad

Re: [Scilab-users] atomsLoad

2020-12-21 Thread Jean-Yves Baudais
Hi, Thank you for the explanations. They make me the atom philosophy clearer :-) >> 2) I added the atoms repository http://atoms.scilab/org because the default >> one >> is http://atoms.scilab.org/6.1 and it gives nothing! > I guess that by "it gives nothing" you mean that you did not get any

Re: [Scilab-users] atomsLoad

2020-12-21 Thread Samuel Gougeon
Le 21/12/2020 à 10:16, Jean-Yves Baudais a écrit : Hi, Hard to help without knowing what you exactly did to install the toolbox, As I wrote I did --> atomsRepositoryAdd("http://atoms.scilab.org;) --> atomsInstall("emd_toolbox") --> atomsLoad("emd_toolbox") Nothing else. Hello Jean-Yves, I

Re: [Scilab-users] atomsLoad

2020-12-21 Thread Jean-Yves Baudais
Hi, > Hard to help without knowing what you exactly did to install the toolbox, As I wrote I did --> atomsRepositoryAdd("http://atoms.scilab.org;) --> atomsInstall("emd_toolbox") --> atomsLoad("emd_toolbox") Nothing else. > but > clearly, [ https://atoms.scilab.org/toolboxes/stftb/1.2.1 |

Re: [Scilab-users] atomsLoad

2020-12-18 Thread Samuel Gougeon
Hello Jean-Yves, Le 18/12/2020 à 18:38, Jean-Yves Baudais a écrit : Hi, I face problem with atomsLoad. (It's the first time I use atoms!) 1) I installed scilab-6.1.0.bin.linux-x86_64.tar.gz on my $HOME. 2) I added the atoms repository http://atoms.scilab/org because the default one is

[Scilab-users] atomsLoad

2020-12-18 Thread Jean-Yves Baudais
Hi, I face problem with atomsLoad. (It's the first time I use atoms!) 1) I installed scilab-6.1.0.bin.linux-x86_64.tar.gz on my $HOME. 2) I added the atoms repository http://atoms.scilab/org because the default one is http://atoms.scilab.org/6.1 and it gives nothing! 3) I installed emd_toolbox