Re: [Scilab-users] efficient calculation for a moving window

2017-03-26 Thread fujimoto2005
Dear Rafael Thanks for your answer. I can’t understand the meaning of 'y(X+Y-1)'. I geuss the ith row of matrix(y(X+Y-1),n-m+1,m) is y(i:i+m-1) but I don't see why it. Please explain it. Best regards -- View this message in context:

Re: [Scilab-users] compiling scilab

2017-03-26 Thread Martin Marmsoler
Hello, it worked for me to use the --without-modelica option for the config file and -j1 with make. Best regards, Martin 2017-03-24 11:17 GMT+01:00 Florian Blachère : > Hello, > > I can confirm that with a recent Ocaml compiler (4.04.0) on Archlinux > using the

Re: [Scilab-users] efficient calculation for a moving window

2017-03-26 Thread Rafael Guerra
Hi Fujimoto, As requested, for the example constructed the logic was: // m =20, moving window size // y: has length 100, input vector with values to be processed // X+Y-1: has size 81x20, each row has indexes of moving window (1-20, 2-21,..., 81-100) // y(X+Y-1): has size 1x1620, i.e., it is

[Scilab-users] Color-bar hides a label for z axes.

2017-03-26 Thread fujimoto2005
I use the long label for z-axe. So color-bar hides it. Is is possible to change the position of z-axis from right to left to avoid color-bar? Best regards. hidden_z_lael_by_color_bar.png -- View this message in

Re: [Scilab-users] Lengend for 3d-plot and an horizontal plane at z=0

2017-03-26 Thread fujimoto2005
Dear Rafael Thank you for your helpful answer. I can solve the problem. By the way, is there legend function for 3d-plot? Best regard -- View this message in context: http://mailinglists.scilab.org/Lengend-for-3d-plot-and-an-horizontal-plane-at-z-0-tp4035999p4036010.html Sent from the