Re: [Scilab-users] Clear, export only an axis

2017-05-03 Thread sgougeon
Hello, >Is it possible, when many axes (plot2d or polarplot) are docked into a unique >figure, You mean: when using subplot()? Then, we do not properly speak about "docking". Figures that are really docked together or to the desktop remain separated. >to export the PNG of an axis like with the

Re: [Scilab-users] Evaluate external function for Couple ODE's

2017-05-03 Thread Tim Wescott
Read the help for feval.  It appears that feval(X, L, F17) would give you a honkin' big square matrix of answers that are only valid along the diagonal.  I think you just need to write a version of F17 that understands getting X as a matrix and L as a vector.  If you've been handed F17, you may nee

Re: [Scilab-users] Evaluate external function for Couple ODE's

2017-05-03 Thread tiagorleite
Tim, Thanks for your response. X is my ODE solution vector for molar flow rates (Fi's), pressure (P) and temperature (T). L is my integration range. I don't know if you had a chance to check, but I have the code uploaded. I will try your suggestion. to evaluate the external function, would you

Re: [Scilab-users] Evaluate external function for Couple ODE's

2017-05-03 Thread Tim Wescott
If your L and X vectors are what I think they are, and if your external equations are what I think they are, then wouldn't each one's output depend only on the value of one column of X and the corresponding value of L? So, vectorize them and call (e.g.) F18(X, L), or F18(X(:, 42), L(42)). On Tue,

[Scilab-users] Clear, export only an axis

2017-05-03 Thread Alexx
Hello, Is it possible, when many axes (plot2d or polarplot) are docked into a unique figure, to export the PNG of an axis like with the xs2png() function and a figure, without exporting the whole figure? Also, is it possible to clear only one axis which is contained into a figure without clearing

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Florian Blachère
Done, I added details to this bug report: http://bugzilla.scilab.org/show_bug.cgi?id=15145. Thanks by advance, Florian On 03/05/17 13:40, Clément David wrote: > Hello Florian, > > Just post as "Scilab" ; this is related to startup, system config or Java > basic usage. > > Thanks, > > -- > Clém

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Clément David
Hello Florian, Just post as "Scilab" ; this is related to startup, system config or Java basic usage. Thanks, -- Clément Le mercredi 03 mai 2017 à 13:23 +0200, Florian Blachère a écrit : > Hello, > > Ok, I will report the bug with all the required information. Could you > just give me the rig

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Florian Blachère
Hello, Ok, I will report the bug with all the required information. Could you just give me the right section where to report the bug (java or scilab or anything else) ? Thanks, Florian. On 03/05/17 12:02, Clément David wrote: > Hello Florian, > > Thanks for this information ; could you please

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Adelson Oliveira
The same in openmandriva up to date. The error is related to some very recent update since Scilab 6 was working fine a couple of days ago. I filed a bug on this and found another bug where is reported that everything goes fine with Oracle Java. Em 03/05/2017 7:03 AM, "Clément David" escreveu: >

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Clément David
Hello Florian, Thanks for this information ; could you please open a bug with the following information ? - What is the GTK version on your system ? - Do you have a local Java installation ? - paste a trace generated using : SCIVERBOSE=1 bin/scilab AFAIK ArchLinux ships always up-to-date ver