Re: [Scilab-users] log and log1p

2020-05-03 Thread Stéphane Mottelet
Hi Fredrico, See the discussion @ https://stackoverflow.com/questions/52736011/instruction-fyl2xp1 here is a relevant excerpt: The Taylor series for log(x) is usually done about x = 1. So every term will have x - 1. If you're trying to compute log(x + 1) for a very small x, a direct call as

Re: [Scilab-users] [Scilab-Dev] Issue on Scilab Compilation on Raspbery Pi

2020-05-06 Thread Stéphane Mottelet
If you apply the JoGL patch then third parties have to be updated as well. I think you did it. But since this patch is not needed for Linux, I would try to compile with previous version. S. > Le 6 mai 2020 à 18:52, Chin Luh Tan a écrit : > >  > sorry pls ignore the previous incomplete email

Re: [Scilab-users] Variables visibility in functions

2020-05-07 Thread Stéphane Mottelet
/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne

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

2020-05-07 Thread Stéphane Mottelet
overloading the function "inv" and renamed "%s_inv" to "inverse" to do successfully call "inverse(M)"... Best regards Denis ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhb

Re: [Scilab-users] Variables visibility in functions

2020-05-07 Thread Stéphane Mottelet
t("slint_test.sci",%f) if isfield(out.info,"3.Uninitialized") s = out.info("3.Uninitialized"); for i=1:length(s) disp(s(i).msg) end end S. Le 07/05/2020 à 14:40, Stéphane Mottelet a écrit : Hi, Use Scilab slint tool: https://antispam.

Re: [Scilab-users] The application "scilab-branch-6.1.app" is not open any more.

2020-05-07 Thread Stéphane Mottelet
Do you have the latest build (20/04/2020) ? S. > Le 7 mai 2020 à 20:13, Heinz Nabielek a écrit : > > Suddenly I cannot start. It says > The application "scilab-branch-6.1.app" is not open any more. > > What to do? > > Had worked nicely for a week > Heinz > > System Version:macOS 10

Re: [Scilab-users] Variables visibility in functions

2020-05-07 Thread Stéphane Mottelet
t is and cannot be disactivated... S. is this possible? BR JK št 7. 5. 2020 o 14:40 Stéphane Mottelet <mailto:stephane.motte...@utc.fr>> napísal(a): Hi, Use Scilab slint tool: https://help.scilab.org/docs/6.1.0/en_US/slint.html <h

Re: [Scilab-users] The application "scilab-branch-6.1.app" is not open any more.

2020-05-07 Thread Stéphane Mottelet
> > In any case, everything works perfectly fine, I just a completely upset iMac > for a few hours... > > Heinz > > >> On 07.05.2020, at 21:08, Stéphane Mottelet wrote: >> >> Do you have the latest build (20/04/2020) ? >> >> S. >> >&

Re: [Scilab-users] CsvRead function

2020-05-11 Thread Stéphane Mottelet
ers mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Unive

[Scilab-users] Pong contest

2020-06-05 Thread Stéphane Mottelet
implement a high score online record, but until then, you can answer this message with the same kind of screenshot I joined, showing you score and just taken after the game end with and with the last dialog on the figure. Cheers, -- Stéphane Mottelet Ingénieur de recherche EA 4297

Re: [Scilab-users] Pong contest

2020-06-05 Thread Stéphane Mottelet
Here is my best... Le 05/06/2020 à 15:45, Antoine Monmayrant a écrit : On 05/06/2020 14:48, Stéphane Mottelet wrote: Hello all, As you may have noticed, there is now a little game in the Gaphics/Animation section of the demonstrations. As the speed and responsiveness seems to be similar

Re: [Scilab-users] Pong contest

2020-06-05 Thread Stéphane Mottelet
quot;Antoine Monmayrant" To: users@lists.scilab.org Sent: Friday, 5 June, 2020 15:45:38 Subject: Re: [Scilab-users] Pong contest On 05/06/2020 14:48, Stéphane Mottelet wrote: Hello all, As you may have noticed, there is now a little game in the Gaphics/Animation section of the demonstrations. As

Re: [Scilab-users] Pong contest

2020-06-05 Thread Stéphane Mottelet
The game is really slower/easier under Linux, likely because of sleep() which is quite unreliable... Le 05/06/2020 à 14:48, Stéphane Mottelet a écrit : Hello all, As you may have noticed, there is now a little game in the Gaphics/Animation section of the demonstrations. As the speed and

Re: [Scilab-users] Pong contest

2020-06-05 Thread Stéphane Mottelet
Platform ? > Le 5 juin 2020 à 20:01, Bernard Boyer a écrit : > >  > > > Le 05/06/2020 à 18:53, Rafael Guerra a écrit : >> It runs very fast on Win10 and the pong ball looks like a Flintstones ball… >> >> >> >> >> >> >> >> >> ___ >> users ma

Re: [Scilab-users] Pong contest

2020-06-06 Thread Stéphane Mottelet
Yes. If you look at the code, the speed increases at each top border hit. But the starting speed seems to be in the order Windows < Linux < Mac OS, which explains the relative difference between high scores. S. > Le 6 juin 2020 à 10:48, Bernard Boyer a écrit : >> Le 05/06/2020 à 20:00, Bernar

Re: [Scilab-users] Pong contest

2020-06-07 Thread Stéphane Mottelet
For the next release I will try to find a better alternative ! > > Greetings > > Virenfrei. www.avg.com > >> Am Sa., 6. Juni 2020 um 18:08 Uhr schrieb Claus Futtrup : >> Hello all >> >> Here's my first attempt (Microsoft Windows 10). Atta

Re: [Scilab-users] Pong contest

2020-06-07 Thread Stéphane Mottelet
t,ps); > > tic(); > pv(1)= 0.5/((1-0.75)*(1-0.25)); > for i=2:N > pv(i)= pv(i-1) + 0.5/((i-0.75)*(i-0.25)); > end > dt=toc(); > printf('...ARRAY RESULT: Mflops= %4.3f ; Pi ~ %7.6f \n',5.0/dt,pv(N)); > > > PS: > ...SCALAR RESULT: Mflops= 3.489

[Scilab-users] Pong contest (new version)

2020-06-08 Thread Stéphane Mottelet
Hello all, Here is a new version of the game using realtime() to fix a framerate of 60fps on each platform. This value should be ok even on old computers. Please continue to post your scores ! S. -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière

Re: [Scilab-users] {EXT} Help for . operator

2020-06-08 Thread Stéphane Mottelet
ilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compi

Re: [Scilab-users] Pong contest (new version)

2020-06-08 Thread Stéphane Mottelet
Le 08/06/2020 à 10:46, Stéphane Mottelet a écrit : Hello all, Here is a new version of the game using realtime() to fix a framerate of 60fps on each platform. This value should be ok even on old computers. Please continue to post your scores ! S

Re: [Scilab-users] Please unsubscribe me from the mailing list. Thank you. Julia

2020-06-10 Thread Stéphane Mottelet
___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable

Re: [Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-17 Thread Stéphane Mottelet
//antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de

Re: [Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-18 Thread Stéphane Mottelet
___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Indu

Re: [Scilab-users] [Scilab-Dev] Scilab 6.1 for OSX is out !

2020-06-18 Thread Stéphane Mottelet
Hello, The branch-6.1 OSX build has been updated yesterday evening. To have an idea of bug fixes and other improvements since the last build see the following list on CR: https://codereview.scilab.org/#/q/status:merged+since:2020-04-20 S. Le 21/04/2020 à 19:21, Stéphane Mottelet a écrit

Re: [Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-18 Thread Stéphane Mottelet
l contains 11 hypermatrices that are 711x711x31 or 711x711x33. I won't have access to the machine that can play with this data in the coming days, so I am not sure I can help in the short term. Antoine On 18/06/2020 13:06, Stéphane Mottelet wrote: Hello Antoine, I made a 4Gb file with

Re: [Scilab-users] scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-19 Thread Stéphane Mottelet
#x27;'a"+string(i)+"'');") disp("savematfile(''a"+string(i)+".mat'',''a"+string(i)+"'');")     execstr("loadmatfile(''a"+string(i)+".mat'');")     disp("loa

Re: [Scilab-users] ?==?utf-8?q? scilab 6.1 crashes when trying to load big matfile (loadmatfile)

2020-06-19 Thread Stéphane Mottelet
tries to use the memory without checking whether the malloc() was > successful or not. > If you have gazillion's of GB of available ram, you never face this problem. > > Antoine > >> >> >> -Original Message- >> From: users On Behalf Of Stéphane Mottele

Re: [Scilab-users] Calling Function from Structure Field

2020-07-01 Thread Stéphane Mottelet
ine 2 of function myfunc Undefined variable: y Thanks for advice. Regards, Chin Luh ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche

Re: [Scilab-users] %mlistType_clear overloading of clear() for mlist custom types

2020-07-01 Thread Stéphane Mottelet
lt;< nothing is printed. We would expect "mlist test cleared", wouldn't we? What am i doing wrong? Regards Samuel ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinf

Re: [Scilab-users] %mlistType_clear overloading of clear() for mlist custom types

2020-07-01 Thread Stéphane Mottelet
ear m; "mlist test cleared" Alain ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matièr

Re: [Scilab-users] %mlistType_clear overloading of clear() for mlist custom types

2020-07-01 Thread Stéphane Mottelet
that this requirement is intentional. Samuel ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transfo

Re: [Scilab-users] %mlistType_clear overloading of clear() for mlist custom types

2020-07-01 Thread Stéphane Mottelet
Le 01/07/2020 à 18:52, Samuel Gougeon a écrit : Le 01/07/2020 à 13:47, Stéphane Mottelet a écrit : Right, sorry for my previous message. But, at the user level there are very few use cases: the clear overload is only useful if some mlist fields contain some pointers to allocated data. For

Re: [Scilab-users] saving an image as b/w image

2020-07-10 Thread Stéphane Mottelet
proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Co

Re: [Scilab-users] need help with image post processing

2020-07-15 Thread Stéphane Mottelet
2 dots. Any Idea? Best Regards, Philipp grafik.png ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 429

Re: [Scilab-users] bvode example broken?

2020-07-15 Thread Stéphane Mottelet
4 Tanks for reading Regards ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable

Re: [Scilab-users] need help with image post processing

2020-07-15 Thread Stéphane Mottelet
e might be cases, where the dots are part of the red and part of the green area. The result would than be like this: grafik.png Appreciate your input. Philipp Am Mi., 15. Juli 2020 um 18:21 Uhr schrieb Stéphane Mottelet mailto:stephane.motte...@utc.fr>>: Hello, Maybe this

Re: [Scilab-users] calendar does not work

2020-08-25 Thread Stéphane Mottelet
tps://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie

Re: [Scilab-users] [Scilab-Dev] readxlsx

2020-09-01 Thread Stéphane Mottelet
t d...@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/dev -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie d

Re: [Scilab-users] Unable to download Scilab on my computer

2020-09-21 Thread Stéphane Mottelet
vance, ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département

[Scilab-users] Sci-IPOpt updated

2020-09-28 Thread Stéphane Mottelet
! -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne cedex Tel : +33(0)344234688 http://www.utc.fr/~mottelet

Re: [Scilab-users] Sci-IPOpt updated

2020-09-30 Thread Stéphane Mottelet
and this fix won't be anymore necessary. S. Stéphane Mottelet <mailto:stephane.motte...@utc.fr>> a écrit : Hello, The Sci-IPOpt toolbox has been updated and now work (smoothly) for Scilab 6.1. Users needing a serious tool for doing optimization with general nonlin

Re: [Scilab-users] Sci-IPOpt updated

2020-09-30 Thread Stéphane Mottelet
users *De la part de* Stéphane Mottelet *Envoyé :* mercredi 30 septembre 2020 12:14 *À :* users@lists.scilab.org *Objet :* Re: [Scilab-users] Sci-IPOpt updated Hi, Can you restart Scilab but in console mode ? You should have a dialog box giving more information about the link problem) S. Le

Re: [Scilab-users] Sci-IPOpt updated

2020-09-30 Thread Stéphane Mottelet
cript. S. Le 30/09/2020 à 17:57, CHEZE David 227480 a écrit : libifcoremd.dll, intel fortan comiler RTL (thread-safe), 27/10/2017 17:32, version fichier 14.0.103.103,produit  intel visual fortran compiler, version produit 14.0 update A *De :*users *De la part de* Stéphane Mottelet *E

Re: [Scilab-users] Sci-IPOpt updated

2020-10-02 Thread Stéphane Mottelet
Can you try to copy the file manually after exiting from Scilab ? > Le 2 oct. 2020 à 11:49, CHEZE David 227480 a écrit : > ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] unable to download files

2020-10-05 Thread Stéphane Mottelet
Nabble.com. ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière R

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
rg/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne cedex Tel : +33(0)344234688 http://

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
end -- *From: *Scilab Users List on behalf of Stéphane Mottelet *Reply to: *Users mailing list for Scilab *Date: *Friday, 16 October 2020 at 13:40 *To: *"users@lists.scilab.org" *Subject: *Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists Hello, I think that this

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
lists, does not trigger the same problem. I have played around with this a bit, and yet haven’t found a smaller case to trigger the issue. Cheers, Arvid *From: *Scilab Users List on behalf of Stéphane Mottelet *Reply to: *Users mailing list for Scilab *Date: *Friday, 16 October 2020 at 14

Re: [Scilab-users] callback delay

2020-10-17 Thread Stéphane Mottelet
Hello Stefan, Do you have a complete example using e.g. an uicontrol or else ? S. > Le 17 oct. 2020 à 16:49, Stefan Du Rietz a écrit : > > Hello, > > in the latest version Scilab 6.1.0, I have noticed that sometimes there is a > long delay before the execution of a callback, If I try to mea

Re: [Scilab-users] callback delay

2020-10-18 Thread Stéphane Mottelet
callback, I can see that it takes a long time until the toc() message from >>> the start of myfunction arrives. I don't know how to get the time from my >>> button-press. Any idea? >>> >>> Stefan >>> >>> >>> &g

Re: [Scilab-users] Multiple regression on semi-log plot

2020-11-09 Thread Stéphane Mottelet
__ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industr

Re: [Scilab-users] Multiple regression on semi-log plot

2020-11-16 Thread Stéphane Mottelet
sts.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Universi

Re: [Scilab-users] {EXT} Re: Multiple regression on semi-log plot

2020-11-16 Thread Stéphane Mottelet
Hi, Le 16/11/2020 à 10:26, Dang Ngoc Chan, Christophe a écrit : Hello, De : users De la part de Stéphane Mottelet Envoyé : lundi 16 novembre 2020 09:56 It is possible to fit a more general piecewise-affine model, but you will have to know in advance the number of "kinks" Well,

Re: [Scilab-users] mesh2d - finding identical points

2020-11-20 Thread Stéphane Mottelet
ilipp ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouve

Re: [Scilab-users] mesh2d - finding identical points

2020-11-20 Thread Stéphane Mottelet
Stéphane Mottelet mailto:stephane.motte...@utc.fr>>: Hi Philipp, Glad to hear that some people use mesh2d. I know we have to improve the error message by getting the numbers at the Fortran level... There is also other errors which are not easy to fix without knowing the

Re: [Scilab-users] mesh2d - finding identical points

2020-11-20 Thread Stéphane Mottelet
on a sphere. However, any non-linear transformation "unfolding" the data could also help to use pure 2d tools like mesh2d. S. Le 20/11/2020 à 12:05, P M a écrit : Am Fr., 20. Nov. 2020 um 11:47 Uhr schrieb Stéphane Mottelet mailto:stephane.motte...@utc.fr>>: Hi again,

Re: [Scilab-users] mesh2d - finding identical points

2020-11-20 Thread Stéphane Mottelet
, which correspond to known x-y-z coordinates. So the image plane is (my guess) the u-v-plane. BR Philipp Am Fr., 20. Nov. 2020 um 12:16 Uhr schrieb Stéphane Mottelet mailto:stephane.motte...@utc.fr>>: In order to use mesh2d with your data, there must exist a plane (u,v) on whi

Re: [Scilab-users] converting octave script imremap to scilab

2020-11-21 Thread Stéphane Mottelet
Hi, Does interp2 works by using the triangulation ? S. > Le 21 nov. 2020 à 22:56, P M a écrit : > >  > Dear All, > > I am trying to map an image onto a 3D surface. > The image contains reference points, which with known 2D pixel coordinates. > The 3D equivalent of these reference points is a

Re: [Scilab-users] pathsep() returns ':' under linux ?

2020-11-27 Thread Stéphane Mottelet
It’s the char to separate paths in the PATH environment variable. Different from filesep(). S. > Le 27 nov. 2020 à 09:55, Antoine Monmayrant a > écrit : > >  > Hello all, > > I just found this today, on a linux machine (scilab 6.1.0 ubuntu 18.04 LTS): > > --> pathsep() > ans = > > ":"

Re: [Scilab-users] Headless graphics in scilab: time & memory issues

2020-12-03 Thread Stéphane Mottelet
proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS

Re: [Scilab-users] Headless graphics in scilab: time & memory issues

2020-12-03 Thread Stéphane Mottelet
Le 03/12/2020 à 11:01, Antoine Monmayrant a écrit : On 03/12/2020 10:46, Stéphane Mottelet wrote: In headless mode the rendering cannot use joGL and there is the same overhead as when you try to export a figure to a vectorial format (svg,pdf,eps) : OK thanks for the clarification. That&#

Re: [Scilab-users] Headless graphics in scilab: time & memory issues

2020-12-03 Thread Stéphane Mottelet
20, Stéphane Mottelet a écrit : Le 03/12/2020 à 11:01, Antoine Monmayrant a écrit : On 03/12/2020 10:46, Stéphane Mottelet wrote: In headless mode the rendering cannot use joGL and there is the same overhead as when you try to export a figure to a vectorial format (svg,pdf,eps) : OK th

Re: [Scilab-users] ipcv vs scicv

2020-12-03 Thread Stéphane Mottelet
ailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users ___ users mailing list users@lists.sc

Re: [Scilab-users] Troubleshooting Scilab 6.1-branch installation on Mac Big Sur

2020-12-11 Thread Stéphane Mottelet
am.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/

[Scilab-users] Scicolpack toolbox

2020-12-14 Thread Stéphane Mottelet
ishes. For the moment the toolbox is available under OSX and Linux. Any help for a Windows build is welcome ! Best, -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Universi

Re: [Scilab-users] Scicolpack toolbox

2020-12-15 Thread Stéphane Mottelet
! Best, -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne cedex Tel : +33(0)344234688 http://www.utc.fr/~

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
ists.scilab.org/mailman/listinfo/users> ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Inté

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
Seems that emd_toolbox is not on the forge... Le 22/12/2020 à 15:17, Stéphane Mottelet a écrit : Hi, Le 22/12/2020 à 14:47, Clément David a écrit : Hello, It looks like the scilab 5.5.2 binary is not compatible with your system (nc_putchar version error). IMHO it should be better to use

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
u had no error just "exec loader.sce". S. -- Jean-Yves Baudais ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mott

Re: [Scilab-users] atomsLoad

2020-12-22 Thread Stéphane Mottelet
akefile) Or, maybe there already exists a document explaining the steps? -- Jean-Yves Baudais ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéph

Re: [Scilab-users] New constant %chars to get sets of symbols

2020-12-31 Thread Stéphane Mottelet
> Le 31 déc. 2020 à 15:28, Antoine Monmayrant a > écrit : > >  > > > On 31/12/2020 13:44, Samuel Gougeon wrote: >>> Le 31/12/2020 à 10:36, Antoine Monmayrant a écrit : On 29/12/2020 16:39, Samuel Gougeon wrote: > As well, i must confess that having a ALT+X or any other keys shortcu

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Stéphane Mottelet
s ran multiple times, my 8G mem is fulfilled by scilab and of course scilab crashes. Maybe this comes from the modified sources of emd_toolbox done by Stephane Mottelet? Surely not. I just removed one obsolete #include and didn't touch anything else. The memory leak was already presen

Re: [Scilab-users] atomsLoad

2021-01-04 Thread Stéphane Mottelet
--- Original Message - From: "Jean-Yves Baudais" To: "Users mailing list for Scilab" Sent: Monday, 4 January, 2021 16:16:42 Subject: Re: [Scilab-users] atomsLoad - Original Message - From: "Stéphane Mottelet" Le 04/01/2021 à 15:55, Jean-Yves Baudais a écrit

Re: [Scilab-users] atomsLoad

2021-01-05 Thread Stéphane Mottelet
Le 05/01/2021 à 11:11, Jean-Yves Baudais a écrit : Hello, Le 04/01/2021 à 18:09, Stéphane Mottelet a écrit : It has nothing to do with memory allocation, this is just a required explicit argument in Scilab 6 API. Otherwise you won't be able to compile the gateways. I did the

Re: [Scilab-users] Problems arising from truncation of %pi

2021-01-06 Thread Stéphane Mottelet
Of course, this does only work for integer multiples of %pi. This plot illustrates well Antoine's remark: x=(10^15*%pi)+(0:0.001:2*%pi); plot(sin(x)); error I like new year's jokes ! S. Le 06/01/2021 à 09:49, Stéphane Mottelet a écrit : I do not agree with your answer. Doing *by

Re: [Scilab-users] Problems arising from truncation of %pi

2021-01-08 Thread Stéphane Mottelet
hhbmUubW90dGVsZXRAdXRjLmZy/en.wikipedia.org/wiki/IEEE_754 --Jean-Yves ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformatio

Re: [Scilab-users] Problems arising from truncation of %pi

2021-01-08 Thread Stéphane Mottelet
But, of course, we have --> bitstring(3.141592653589793) == bitstring(%pi)  ans  =   T which means that 3.141592653589793 and 3.141592653589793115997963468544185161590576171875 have the same internal IEEE754 representation. S. Le 08/01/2021 à 12:20, Stéphane Mottelet a écrit : The near

Re: [Scilab-users] Problems arising from truncation of %pi

2021-01-08 Thread Stéphane Mottelet
Le 08/01/2021 à 13:28, Jean-Yves Baudais a écrit : - Original Message - From: "Stéphane Mottelet" --> bitstring(%pi) ans = "0 100 1001001110110101010001000110110100011000" [...] https://antispam.utc.fr/proxy/2/c3RlcGhhb

Re: [Scilab-users] Can't get current directory

2021-01-25 Thread Stéphane Mottelet
@lists.scilab.org> > http://lists.scilab.org/mailman/listinfo/users <https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users> ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3Rlc

Re: [Scilab-users] Default x|y|z labels and title font size = 2?

2021-02-02 Thread Stéphane Mottelet
__ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés In

Re: [Scilab-users] exists yields double

2021-02-09 Thread Stéphane Mottelet
__ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable

Re: [Scilab-users] convert vector to list

2021-02-18 Thread Stéphane Mottelet
users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universi

Re: [Scilab-users] plot(x) - define color

2021-02-19 Thread Stéphane Mottelet
gnize in the plot. I don't if there is a dedicated function, but colour=["red","blue","chocolate1",...]; // help color_list for j=1:20 plot(TestPH(j,:)) gcf().children.children.children(1).foreground=color(colour(j)); end gives a solution. --Jean-Yves

Re: [Scilab-users] Some details on the documentation of log(), log10(), etc.

2021-02-20 Thread Stéphane Mottelet
_content=emailclient> Libre de virus. www.avast.com <https://antispam.utc.fr/proxy/2/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> ___

Re: [Scilab-users] Some details on the documentation of log(), log10(), etc.

2021-02-20 Thread Stéphane Mottelet
By looking into the documentation messages I realized that we already use "array" : ./locale/de_DE/LC_MESSAGES/scilab.po-e:msgid "%s: Wrong type for input argument #%d: Array of double expected.\n" S. Le 20/02/2021 à 17:21, Stéphane Mottelet a écrit : Hi Frederico,

Re: [Scilab-users] Some details on the documentation of log(), log10(), etc.

2021-02-22 Thread Stéphane Mottelet
nternal object type, i.e. "double" or "Double", i.e. array of type double array of double Scilab users are mature enough to accept a bit of technical (but precise) terms. But this is my personal opinion... S. Regards, Clément *From:* users *On Behalf Of *Stéphane

Re: [Scilab-users] Scilab 5.5.2 in Debian 10 - segmentation fault

2021-02-25 Thread Stéphane Mottelet
It’s exactly the opposite. It does work with 5.5.2 under Linux but does not with 5.5.2 under Windows. S. > Le 25 févr. 2021 à 16:25, Antoine Monmayrant a > écrit : > >  > Hello Clément, > > I forgot that detail. > But this will not help Andrei use parallel_run, as it does not work under >

[Scilab-users] Variable scope in Scilab

2021-02-26 Thread Stéphane Mottelet
ld break some user code because I frankly have no consideration for this kind of crappy shortcut and, sorry if it may sound rude, for programmers who use it... S. -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés

Re: [Scilab-users] Variable scope in Scilab

2021-03-01 Thread Stéphane Mottelet
is dangerous and I don't think it would be advisable to create a macro for general use exploiting it. May be someone can provide an example where it has been used with profit or explain why it was originally introduced Regards, Federico Miyara On 26/02/2021 10:38, Stéphane Mottelet w

Re: [Scilab-users] interp and memory

2021-03-08 Thread Stéphane Mottelet
sers mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriel

Re: [Scilab-users] Scilab stops calculus

2021-03-11 Thread Stéphane Mottelet
s.scilab.org/mailman/listinfo/users ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transfor

Re: [Scilab-users] Scilab stops calculus

2021-03-11 Thread Stéphane Mottelet
users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable D

Re: [Scilab-users] Scilab stops calculus

2021-03-12 Thread Stéphane Mottelet
be an output problem, I follow you. So, I don't know why I couldn't wake it up and why it has fallen asleep. I need first to reproduce the problem with simple tests... (to rule out wrong code issue) Thanks, Jean-Yves - Original Message - From: "Stéphane Mottelet" To

Re: [Scilab-users] find and locate local maxima

2021-03-16 Thread Stéphane Mottelet
___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Gén

Re: [Scilab-users] find and locate local maxima

2021-03-17 Thread Stéphane Mottelet
cilab-users] find and locate local maxima Hi Stéphane It looks very nice and I hope it will be added to Scilab as proposed by your code review. Why does it say in red print "Cannot Merge" ? /Claus On 16-03-2021 17:45, Stéphane Mottelet wrote: Hi For real life signals you sh

Re: [Scilab-users] How to specify angle in degree and minutes

2021-03-22 Thread Stéphane Mottelet
ists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne cedex Tel : +33(0)3442

Re: [Scilab-users] My Scilab 6.1.0 desktop crashes on this line

2021-03-22 Thread Stéphane Mottelet
disp(ascii(13)+"a;") Is there a logical explanation? Jan ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet In

[Scilab-users] fmincon 1.0 toolbox release

2021-03-26 Thread Stéphane Mottelet
Matlab should be able to port their code to Scilab with minimal effort. If you give it a try and have some problems please report them by creating an issue at the fmincon page https://gitlab.com/esi-group/scilab/forge/fmincont. Best, -- Stéphane Mottelet Ingénieur de recherche EA 4297

Re: [Scilab-users] xstring + format decimal number.

2021-03-26 Thread Stéphane Mottelet
ts.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne Universités - Universit

Re: [Scilab-users] Int3D / Triple integration

2021-04-02 Thread Stéphane Mottelet
list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des Procédés Industriels Sorbonne

<    1   2   3   4   5   6   7   >