[Scilab-users] SCILAB ODE solvers: bookes or notes about it.

2018-02-22 Thread Hermes
Hello colleagues, I would like to know if there is a more recent version of the document: *Ordinary Differential Equations with Scilab WATS Lectures Provisional notes Universit'e de Saint-Louis 2004 G. Sallet * Or if I can find the scripts of the examples developed in the document. In the reading

Re: [Scilab-users] image processing

2018-02-22 Thread Claus Futtrup
Hi Offer Pade Please see : https://atoms.scilab.org/categories/image_Processing I hope you find here what you need. Best regards, Claus On Wed, Feb 21, 2018 at 8:29 AM, Offer Pade wrote: > I need to convert several image processing programs I have written in > matlab,

[Scilab-users] "intg" and i"ntegrate"

2018-02-22 Thread fujimoto2005
I want to integrate a user function f(x,y1,y2) from a to b with respect to x. 1, I don't see the difference between "integrate" and "intg". I saw help file and find "integrate" can manage multi upper limits. Except it, I can't find any differences between two functions. Is there a difference in

Re: [Scilab-users] compilation with OCaml 4.06

2018-02-22 Thread Clément David
Hello Florian, Please find attached a patch that fix this issue; it comes from a OCaml 4.0.4 change which distinguish String and Bytes implementations and the unsafe-string flag. Quoting the documentation [1]: > OCaml strings used to be modifiable in place, for instance via the String.set >

Re: [Scilab-users] compilation with OCaml 4.06

2018-02-22 Thread Florian Blachère
Hello Clément, Thanks for the answer, I installed num and changed the compilation line to use ocamlfind but now the compilation fails with : ocamlfind ocamlopt -package num -I ./src/modelica_compiler -I ./src/xml2modelica -c src/modelica_compiler/optimization.ml File