Re: [Scilab-users] How can I solve simultaneous eqs with dynamic boundaries ?

2014-05-13 Thread toshi
it is possible or not to change the problem into linear problem. Thank you very much in any way. Toshi -- View this message in context: http://mailinglists.scilab.org/How-can-I-solve-simultaneous-eqs-with-dynamic-boundaries-tp4030445p4030471.html Sent from the Scilab users - Mailing Lists Archives

[Scilab-users] How can I solve simultaneous eqs with dynamic boundaries ?

2014-05-09 Thread toshi
] = leastsq(myfunc, 'b',binf,bsup, x0) -- Obviously because xopt(1) and xopt(2) are not determined before calling leastsq but they are used as boundaries. So, could somebody tell me how to solve this kind of problem ? toshi -- View this message in context