Re: [Scilab-users] compilation with OCaml 4.06

2018-02-26 Thread Florian Blachère
Hello, Thanks for this patch, but it seems not enough to build as there is still some errors with Bytes/Strings: File "src/modelica_compiler/optimization.ml", line 168, characters 49-50: Error: This expression has type bytes but an expression was expected of type string Florian On 2

Re: [Scilab-users] repmat() slow compared to .* and .*. <= Re: More rapid calculation

2018-02-26 Thread Samuel Gougeon
Hello Stéphane, Le 16/02/2018 à 08:24, Stéphane Mottelet a écrit : Hello Samuel, It is a good initiative. Looking at your proposed code, I see that you use "execstr" on strings which are forged on the fly. Although the obtained expression will be faster (this was the goal), AFAIK such constr

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

2018-02-26 Thread Samuel Gougeon
Hello Fujimoto2005, Le 22/02/2018 à 14:19, fujimoto2005 a écrit : 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 f

[Scilab-users] uicontrol tab

2018-02-26 Thread James Holland
I'm trying to incorporate the 'tab' function in a GUI but I don't see any tab control when I execute the code. I can't find a tutorial for this either. can someone please give me an example of how this is done. My code is below: f=figure('figure_position',[400,50],'figure_size',[859,752],'auto_re

Re: [Scilab-users] uicontrol tab

2018-02-26 Thread Stéphane Mottelet
Le 26/02/2018 à 16:20, James Holland a écrit : I'm trying to incorporate the 'tab' function in a GUI but I don't see any tab control when I execute the code. I can't find a tutorial for this either. can someone please give me an example of how this is done. My code is below: f=figure('figure_po

Re: [Scilab-users] uicontrol tab

2018-02-26 Thread Antoine ELIAS
Hello James 'Position',[0.05625,0.0541667,0.7921875,0.8729167] seems to be normalized values. So don't forget to set units property. //figure f=figure(...     'figure_position', [400,50], ...     'figure_size', [859,752], ...     'auto_resize', 'on', ...     'background', 33, ...     'figure_nam