[Scilab-users] BusCreator, BusSelector in Scilab ?

2020-05-20 Thread tien.dang
I'm doing project to convert model in Matlab Simulink to Scilab. I do not know the module BusCreator and BusSelector are supported in Scilab or Not. I just checked in Scilab Palette, don't have any module like this. How would I find that module in Scilab? BusCreator and BusSelector ? Thanks

Re: [Scilab-users] debug with scilab 6.1.0

2020-05-20 Thread Samuel Gougeon
Hello Bernard, Please see http://bugzilla.scilab.org/16363 https://codereview.scilab.org/#/c/21428 Regards Samuel Le 20/05/2020 à 20:07, B@Ksva a écrit : Hello, trying to use debug mode with Scilab 6.1.0 on W10 fails. I reloaded 6.0.2 and it's OK ! Why? Example below is the console copy of

Re: [Scilab-users] Corona modelling

2020-05-20 Thread Samuel Gougeon
Le 20/05/2020 à 17:40, Chin Luh Tan a écrit : I can confirm this, this also happened in Scilab 6.1 Windows 10, however, it runs smooth in Scilab 6.0.2 same machine. Thanks. The issue is now reported here: http://bugzilla.scilab.org/show_bug.cgi?id=11852#c9 Samuel

[Scilab-users] debug with scilab 6.1.0

2020-05-20 Thread B@Ksva
Hello, trying to use debug mode with Scilab 6.1.0 on W10 fails. I reloaded 6.0.2 and it's OK ! Why? Example below is the console copy of 6.1 with the simple tutorial from the help menu: --> function v=compute(val) > v = 1; > for i=1:val > v = v * i; > end >

Re: [Scilab-users] Corona modelling

2020-05-20 Thread Chin Luh Tan
I can confirm this, this also happened in Scilab 6.1 Windows 10, however, it runs smooth in Scilab 6.0.2 same machine.  rgds, CL On Wed, 20 May 2020 21:50:04 +0800 Samuel Gougeon wrote Hello, Thank you Stéphane for this nice example of applied GUI. The screenshot of

Re: [Scilab-users] Scilab Atoms Issue

2020-05-20 Thread Chin Luh Tan
Hi Samuel,  Thanks. I will try your suggestion when I update the file with the same version number next time. Currently any changes I did I would create a new subversion for it, or just a small patch file. I was thinking it could be just mentioned as "SOP" instead of reporting as a bug. 

Re: [Scilab-users] Scilab 6.1 too slow to list large vectors

2020-05-20 Thread Perrichon
Hello, See also bugzilla Scilab's Bug Tracker – Bug 16359 Time request : 100 s Results : Xcos Scilab 5.5.2 : Durée de la simulation : 258.3 s Xcos Scilab 6.1.0 : Durée de la simulation : 4353.4 s BR. Pierre Before printing, think about ENVIRONMENTAL

Re: [Scilab-users] Scilab Atoms Issue

2020-05-20 Thread Samuel Gougeon
Hello Chin Luh, Le 20/03/2020 à 15:36, Chin Luh Tan a écrit : Hi, There is a little issue always bugging me, whenever an atoms module has been installed, it will be kept in "archives" folder, either in SCI or SCIHOME respective folder. Under some circumstances if the developer update some

Re: [Scilab-users] Scilab 6.1 too slow to list large vectors

2020-05-20 Thread Samuel Gougeon
Le 30/03/2020 à 11:56, Federico Miyara a écrit : Dear All, I have observed that Scilab 6.1 seems to have a regression respect to 6.0.2. Sometimes one forgets to put semicolon after the coputation of a vector with tens of thousands components. Scilab 6.0.2 listed all the components very

[Scilab-users] ”histc”''s bug?

2020-05-20 Thread fujimoto2005
I think "histc" has a some bug. The following sample code of the help file does't work. ** data = [1 1 1 2 2 3 4 4 5 5 5 6 6 7 8 8 9 9 9]; N = size(data,"*") // ==19 // Default binning; "sqrt": sqrt(19) => 4. .. => 4 bins [h, j, b, i] = histc(data) [h, j, b, i] =

Re: [Scilab-users] Corona modelling

2020-05-20 Thread Perrichon
Dear, I understand Samuel, but not sure that this kind of example on C-19 is the most representative of a GUI with Scilab. Confusion is done on what is on the screen, and ridiculus analysis when experts are always studing in the whole word ! Where is the message : scilab solve C-19 ??? I

Re: [Scilab-users] Overloading "inv" and/or "p" does not seem to work with Scilab 6.1.0

2020-05-20 Thread Samuel Gougeon
Hello Denis, Le 07/05/2020 à 14:58, CRETE Denis a écrit : Hello, I redefined a few functions in Scilab 6.1.0 to extend them to arrays with 3 dimensions (formerly called hypermatrix). Overloading works with "clean", "multiply", "left division" and "element by element division" (after

Re: [Scilab-users] Corona modelling

2020-05-20 Thread Samuel Gougeon
Hello, Thank you Stéphane for this nice example of applied GUI. The screenshot of the Xcos model from Hervé is also quite stimulating. About the GUI run on Scilab 6.1.0, i have noticed that the Scilab filebrowser is blinking when using any of both sliders, as if it was updated/redisplayed for

[Scilab-users] multiple histograms on one graph

2020-05-20 Thread fujimoto2005
Is there a way to display histograms of multiple data groups in the same graph? An n × m matrix A which column represents the data of each group. I want to display the histogram of Aj data on the same graph to see the difference in frequency between groups. Best regards. -- Sent from: