Re: [Scilab-users] Where is the Scilab source code and how one can contribute?

2019-04-02 Thread Stéphane Mottelet
Hi, Have a look at this page: https://wiki.scilab.org/gerrit S. Le 02/04/2019 à 23:46, farimani a écrit : I was able to clone "a" source code using git clone git://git.scilab.org/scilab which I found here https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/gitweb.scilab.org/?p

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-04-02 Thread farimani
Dear Samuel, My suggestion would be that some of us to create accounts there (I have already done), try to answer some of questions and then kindly invite them here. BTW whenever I find new Scilab islands I add them to this Reddit post I wrote while ago: https://www.reddit.com/r/scilab/comment

Re: [Scilab-users] Where is the Scilab source code and how one can contribute?

2019-04-02 Thread farimani
I was able to clone "a" source code using git clone git://git.scilab.org/scilab which I found here http://gitweb.scilab.org/?p=scilab.git;a=summary but I still don't know how I can send a pull request or if this is the updated repository or a mirror. Moreover it seems that the GitHub reposito

Re: [Scilab-users] MinGW makes my Scilab session very unstable (crashs)

2019-04-02 Thread Stéphane Mottelet
Hello, Le 02/04/2019 à 21:11, Samuel Gougeon a écrit : Dear co-scilabers, Since i installed recently the MinGW compiler and its Scilab interface https://atoms.scilab.org/toolboxes/mingw/0.10.5 and i initialized it (loading the module a first time), my Scilab sessions are much more instable, eve

[Scilab-users] MinGW makes my Scilab session very unstable (crashs)

2019-04-02 Thread Samuel Gougeon
Dear co-scilabers, Since i installed recently the MinGW compiler and its Scilab interface https://atoms.scilab.org/toolboxes/mingw/0.10.5 and i initialized it (loading the module a first time), my Scilab sessions are much more instable, even when the minGW ATOMS module is NOT loaded. I get som

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-04-02 Thread Samuel Gougeon
Le 01/04/2019 à 21:40, farimani a écrit : Following this topic about active Scilab communities i have found that this forum: https://scilab.in/forum Nice catch. which belongs to the FOSSEE.in for Indian Institute of Technology of Bombai is comparatively active. It would be great if the commu

Re: [Scilab-users] non linear optimization why produce Nan

2019-04-02 Thread karoli
thanks a lot, Stéphane Mottelet, now it is working. -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] non linear optimization why produce Nan

2019-04-02 Thread Stéphane Mottelet
You have to remove the first line of Value, because of the header "x,y"  in your sheet: --> Value ans  =    Nan    Nan   Nan    0. 97.   Nan    20.    74.   Nan    40.    83.   Nan    60.    84.   Nan    80.    84.   Nan    100.   85.   Nan    120.   86.   Nan    140.   84.   Nan    160.  

Re: [Scilab-users] non linear optimization why produce Nan

2019-04-02 Thread Stéphane Mottelet
Hello, Le 02/04/2019 à 10:44, karoli a écrit : Hello mottelet I tested it, residual results is ok No it is not ok as bellow shown; -->dyke_error(p0,Value, i, y) ans = Nan you have a "Not a Number" in first component - 332.01567 - 312.19667 - 324.46484 - 328.8238

Re: [Scilab-users] non linear optimization why produce Nan

2019-04-02 Thread karoli
Hello mottelet I tested it, residual results is ok as bellow shown; -->dyke_error(p0,Value, i, y) ans = Nan - 332.01567 - 312.19667 - 324.46484 - 328.8238 - 332.27738 - 336.82964 - 341.48485 - 343.24755 - 347.12254 - 353.11492 - 355.2301