Re: [Scilab-users] Question syslin

2014-12-16 Thread Serge Steer
- Mail original - De: Andreas Ladanyi andreas.lada...@gmx.net À: users@lists.scilab.org Envoyé: Mardi 16 Décembre 2014 11:01:25 Objet: [Scilab-users] Question syslin Hi, i am reading the help of scilab to understand the syslin function. In the help i can see 3 options for the

Re: [Scilab-users] Command datafit for a bivarate model function z=f(x, y)

2014-12-16 Thread Serge Steer
Here is a working code function z=!z(x,y,p) z=p(1)*x.^2 + p(2)*y.^2 endfunction pg=[5;6]//parameter of fictitious data X=0:5;Y=0:5; Z=!z(X,Y,pg) M=[X;Y;Z];//measurement matrix, 3 rows, 6 colomns function e=!e(p,m), x=m(1), y=m(2); z=m(3), e=z-!z(x,y,p) endfunction p0=[2;3];

Re: [Scilab-users] Comparison of SCILAB to other Analytical Applications

2014-12-16 Thread Tim Wescott
On Mon, 2014-12-15 at 19:45 +, Beck, Michel wrote: Hi Jeff, I work for a large Energy Company in North America and we are finally trying to get scientific in our choice of analytical software (for about 10-20 users). Would you please point me to sources where I can find information on