[Scilab-users] parameters GUI

2016-12-21 Thread Daniele Tonelli
Good afternoon, I created a GUI (vcr file) for a function of the englib-NSR-10 file. I throw the same function with the default parameters (see paramDefault). I get different results. You can see the result Mn. Why? Thank you very much, Daniele englib-NSR-10.sci Description: Binary data pa

Re: [Scilab-users] uicontrol TABLE

2016-12-21 Thread Daniele Tonelli
Thanks, I solved the problem. It was a program's bug. Thanks, Daniele 2016-12-21 10:56 GMT-05:00 Samuel Gougeon : > Hello, > > This bug was fixed during the last summer, after the 6.0.0-b2 release. > You may install (3mn. No need to uninstall your current Scilab) > and use the nightly built re

Re: [Scilab-users] uicontrol TABLE

2016-12-21 Thread Samuel Gougeon
Hello, This bug was fixed during the last summer, after the 6.0.0-b2 release. You may install (3mn. No need to uninstall your current Scilab) and use the nightly built release: http://www.scilab.org/fr/development/nightly_builds/master HTH Samuel Gougeon Le 21/12/2016 16:50, Daniele Tonelli a é

[Scilab-users] uicontrol TABLE

2016-12-21 Thread Daniele Tonelli
Hello, I don't understand how get the value handly modified from a uicontrol table. I modify the table in the GUI, but I can´t get the new values. Thanks, Daniele // Include an editable table into a figure: // Building a table of data: params = [" " "Country" "Population [Mh]" "Temp.[°C]" ]; t

[Scilab-users] Using lsqrsolve with a certain kind of function

2016-12-21 Thread Viktor Goryainov
Hello, I have a function that takes tabulated values from several arrays (a_w15, b_w15, etc.) and thus returns a vector: function r = vr3(C, mu) a = a_w15 + a_chl15 * C(1) + a_sm15 * C(2) + a_doc15 * C(3); bb = b_w15 + b_chl15 * C(1) + b_sm15 * C(2); dd = bb ./ a; if dd < 0.25 then r

[Scilab-users] Using lsqrsolve with a certain kind of function

2016-12-21 Thread Viktor Goryainov
Hello, I have a function that takes tabulated values from several arrays (a_w15, b_w15, etc.) and thus returns a vector: function r = vr3(C, mu) a = a_w15 + a_chl15 * C(1) + a_sm15 * C(2) + a_doc15 * C(3); bb = b_w15 + b_chl15 * C(1) + b_sm15 * C(2); dd = bb ./ a; if dd < 0.25 then r =

Re: [Scilab-users] Printf on console in a c file

2016-12-21 Thread Perrichon
Hello I've finally found what I wanted in my C function, with Coserror instruction Coserror("Lower limiter greater than the Upper"); Thanks for your response Before printing, think about ENVIRONMENTAL responsabity -Message d'origine- De : users [mailto:users-boun...@lists.scilab.org]