Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Rafael Guerra
(sorry - correction) Hi Samuel, Thanks for the very useful link, which provides key information that does not seem to be (totally) in: https://help.scilab.org/docs/6.0.0/en_US/CHANGES.html Maybe the latter document could be updated with (a summary) of the former. Regards, Rafael

Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Rafael Guerra
Hi Samuel, Thanks for the very useful link, which provided key information that does seem to be (totally) in: https://help.scilab.org/docs/6.0.0/en_US/CHANGES.html Maybe the latter document could be updated with (a summary) of the former. Regards, Rafael -Original Message- From: users [

Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Samuel Gougeon
Le 28/09/2016 18:30, clement.da...@scilab-enterprises.com a écrit : Hello Rafael, Currently there is a only the detailed CHANGES.md file with key modifications described in a specific section. I guess it might also be good to have something like a wiki page describing the modifications "fro

Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Rafael Guerra
Hi Claus, Many thanks for the link to that very helpful page, of which I was unaware of. Hi Clement: that content seems very well organized and should meet all user needs. If there is anything missing, the users' feedback could be updated there. Kind regards, Rafael From: users [mailto:users-bo

Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Claus Futtrup
Hi Rafael For a start, see https://help.scilab.org/docs/6.0.0/en_US/CHANGES.html This details the changes in 6.0.0 beta-2 compared to 5.5.2. In particular see the section "Syntax Modifications" and "Feature changes and additions". In practice I just execute my 5.5 code and see if Scilab is O

Re: [Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread clement . david
Hello Rafael, Currently there is a only the detailed CHANGES.md file with key modifications described in a specific section. I guess it might also be good to have something like a wiki page describing the modifications "from a user point of view". Maybe an advanced user or contributor already start

Re: [Scilab-users] [EXTERNAL] Re: scilab 6.00 beta2 crash (feedback)

2016-09-28 Thread Carrico, Paul
Ok for bugzilla (sorry for that) Nota : k is a vector . at least in Scilab 5.5.4 EXPORT CONTROL : Cet email ne contient pas de données techniques This email does not contain technical data De : users [mailto:users-boun...@lists.scilab.org] De la part de Paul Bignier Envoyé : mercredi 28 sep

[Scilab-users] Scilab 6 notes on upgrading Scilab 5 code

2016-09-28 Thread Rafael Guerra
Dear Scilab'ers, Is there a comprehensive list of the key changes in Scilab 6 that one must bear in mind when trying to upgrade existing Scilab 5 code? Thanks and regards, Rafael ___ users mailing list users@lists.scilab.org http://lists.scilab.

Re: [Scilab-users] [EXTERNAL] Re: scilab 6.00 beta2 crash (feedback)

2016-09-28 Thread Paul Bignier
My bad, a 50001*50001x1 vector! Paul On 09/28/2016 04:05 PM, Carrico, Paul wrote: Ok for bugzilla (sorry for that) /_Nota_/: k is a vector ….. at least in Scilab 5.5.4 */EXPORT CONTROL : /**Cet email ne contient pas de données techniques This email does not contain technical data* *De :*

Re: [Scilab-users] scilab 6.00 beta2 crash (feedback)

2016-09-28 Thread Paul Bignier
Hi Paul, The line "k= [1:n]'.*.ones(n,1);" intends to produce a 50001x50001 (total 2.5 billion) matrix, which goes over the int32 limit of 2147483647 (2.147 billion), that provokes the inner sizes to wrap and become negative, leading to the crash. If you try k= [1:n/2]'.*.ones(n/2,1); it wi

[Scilab-users] scilab 6.00 beta2 crash (feedback)

2016-09-28 Thread Carrico, Paul
Hi all, Here is a feedback of a crash of scilab 6.00 beta2; I used the code here bellow on a 32 Go CentOS 7 machine. Ligne 951 : 2650 Erreur de segmentation (core dumped) ''$SCILABBIN'' ''$@'' t = [0:2e-5:1]'; n = size(t,"*"); X = zeros(n,1); k = [1:n]'.*.ones(n,1); m = ones(n,1).*.[1:n]'; nl

Re: [Scilab-users] Plot with two different y-axis as one plot

2016-09-28 Thread Frieder Nikolaisen
Thank you. Am 28.09.2016 12:35, schrieb sgoug...@free.fr: Hello, I did attach a plot, now 20kB, of a pump from an old exam. The plot does provide SI dimensions as well as US ones. Thats why there are three x-axis and two y-axis. For this kind of case where * you want different axes _for t

[Scilab-users] conformal maps for image distortion in Scilab?

2016-09-28 Thread Günter Bachelier
I am interested in using conformal maps for image distortion and I am looking for software environments that can do this. I found methods for - Mathematica (http://community.wolfram.com/groups/-/m/t/854405?p_p_auth=TLh6kMXL), - Maple (http://www.mapleprimes.com/questions/214724-Conformal-Map

Re: [Scilab-users] Plot with two different y-axis as one plot

2016-09-28 Thread sgougeon
Hello, >I did attach a plot, now 20kB, of a pump from an old exam. The plot >does provide SI dimensions as well as US ones. Thats why there are three >x-axis and two y-axis. For this kind of case where * you want different axes _for the same data_ * all expected axes are linear (not logarithm

Re: [Scilab-users] Plot with two different y-axis as one plot

2016-09-28 Thread Frieder Nikolaisen
Dear Mr. Gougeon´, my mail was blocked, because I had a 150kB Picture attached... I did you the plotyyy demo for my Programm. It's a nice result. I still have a Trouble by putting the plots on each other: I did build a user Interface with the guibuilder tool 3.0. There I did use the Axes tool