Re: [Scilab-users] HDF5 save is super slow

2018-10-18 Thread Stéphane Mottelet
. only single structs are supported, likely. S. Thanks, -- Clément -Original Message- From: users On Behalf Of Stéphane Mottelet Sent: Thursday, October 18, 2018 3:01 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] HDF5 save is super slow Hello again, Le 18/10/2018 à 14:56

Re: [Scilab-users] Unable to update ATOMS packages - Scilab 6.0.1

2018-10-19 Thread Stéphane Mottelet
> Le 19 oct. 2018 à 19:47, antoine monmayrant a > écrit : > > OK, please let us know what you found: whether it works or not, it will most > probably be useful for the rest of the community. > > Cheers, > > Antoine > > PS: you aren't tunneling through ssh -Y or ssh -X when you use scilab,

Re: [Scilab-users] parallel_run

2018-10-30 Thread Stéphane Mottelet
Hello parallel_run is currently disabled in Scilab 6 for *all* platforms. S. > Le 30 oct. 2018 à 10:39, Arvid Rosén a écrit : > > parallel_run has also been broken on macOS for ages unfortunately. I don’t > think it was removed though. > > Cheers, > Arvid > > > From: Scilab Users List

Re: [Scilab-users] parallel_run

2018-10-30 Thread Stéphane Mottelet
Use Scilab 5.5.2 under Linux. S. > Le 30 oct. 2018 à 10:44, FIXED-TERM Nacer Mohamed Ikbal (ETAS/ESY) > a écrit : > > > Hello Again, > > In that case what should I do I want to run code paralley because I have a > very big file ? > > > > From: users On Behalf Of Arvid Rosén > Sent:

Re: [Scilab-users] Enquiry

2018-10-31 Thread Stéphane Mottelet
The price ! > Le 31 oct. 2018 à 12:31, Kombo Theophilus-Johnson > a écrit : > > What's the advantage of scilab over matlab? > ___ > users mailing list > users@lists.scilab.org > https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.sc

Re: [Scilab-users] plot3d and param3d

2018-11-06 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 S

Re: [Scilab-users] function and vectorization

2018-11-07 Thread Stéphane Mottelet
n n= 10; C= rand(n,2); M= rand(n,2); N= rand(n,5); Scal= zeros(n); Scal2 = Scal printf(" \n"); i= 1 : n; Scal(i)= _Scalar_product_(C(i,:),N(i,1:2)',M(i,:)) printf("\n \n"); fori = 1 : n Scal2(i) = _Scalar_product_(C(i,:),N(i,1:2)&

Re: [Scilab-users] how to stop running scilab

2018-11-08 Thread Stéphane Mottelet
Hello Can you use a try/catch/end around the presumed buggy code ? S. > Le 8 nov. 2018 à 19:47, Vesela Pasheva a écrit : > > Unfortunatelly it doesn't work. Scilab loses its control and it goes to the > Windows. In the scilab program there is a bug that I can not identify because > the inf

Re: [Scilab-users] Vectorfind with accuracy

2018-11-12 Thread Stéphane Mottelet
;. It can output the following stuff alr=[1,2,2; 1.0001,2,1; 1,1,2; 1,1,1; 1,2,1]; ind = vectorfindtol(alr,[1,2,1],'r',1e-4)  ind  =    2.   5. S. -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département

Re: [Scilab-users] a linear equation

2018-12-02 Thread Stéphane Mottelet
Hello Do you just want one of the solutions, e.g. of minimum norm, or do you want more precision on the nullspace ? S. > Le 2 déc. 2018 à 09:43, fujimoto2005 a écrit : > > I am trying to solve linear equations with 30 variables. Since the > determinant of the coefficient matrix is 0, I can te

Re: [Scilab-users] Shading and illumination for 3D surfaces

2018-12-09 Thread Stéphane Mottelet
Yes just type: —> help light S. > Le 9 déc. 2018 à 12:10, Lester Anderson a écrit : > > Hi all, > > Just a quick query, but is it possible to apply shading/illumination to 3D > surfaces? > > Lester > > ___ > users mailing list > users@lists.scila

Re: [Scilab-users] improve accuracy of roots

2019-01-10 Thread Stéphane Mottelet
g 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 Universités - Univer

Re: [Scilab-users] mput ( int16([1:len]), 's', fid ) ; Creates a file of 20296 bytes ! ! !

2019-01-10 Thread Stéphane Mottelet
missing me? Thank's in advance, Yannick -- Sent from: https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab

Re: [Scilab-users] mput ( int16([1:len]), 's', fid ) ; Creates a file of 20296 bytes ! ! !

2019-01-10 Thread Stéphane Mottelet
The problem has already been pointed out here : http://bugzilla.scilab.org/show_bug.cgi?id=15206 S. Le 10/01/2019 à 16:40, Stéphane Mottelet a écrit : Hello, With Scilab 6.0.1 under OSX or Linux, and your script len = 1 ; fid = mopen(fullfile(TMPDIR,'Scilab.bin'),'wb+&#x

Re: [Scilab-users] Seemingly inconsistent behavior

2019-01-14 Thread Stéphane Mottelet
.avast.com/antivirus ___ 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

Re: [Scilab-users] improve accuracy of roots

2019-01-15 Thread Stéphane Mottelet
.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dG

Re: [Scilab-users] vectorization difficulty

2019-01-18 Thread Stéphane Mottelet
tion 2 = %g\n",duration2); isequal(princ1,princ2) /// using vectorization (in combination with the function ?)/ i= (1:n)'; S= zeros(3,3,n) -- 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] vectorization difficulty

2019-01-18 Thread Stéphane Mottelet
); printf("Duration 2 = %g\n",duration2); disp(norm(princ1-princ2,%inf)) disp(duration1/duration2) S. Le 18/01/2019 à 15:21, Stéphane Mottelet a écrit : Hello Paul, If you stick to 3x3, you can vectorize the Cardan formulas applied to the characteristic polynomial of each individu

[Scilab-users] norm() and %inf, %nan

2019-01-25 Thread Stéphane Mottelet
%nan case: --> p=2;x=[1 %nan]; sum(abs(x).^p)^(1/p)  ans  =    Nan -%inf and %nan case --> p=2;x=[1 %nan %inf]; sum(abs(x).^p)^(1/p)  ans  =    Nan hence, norm([1 %inf],p) -> %inf, norm([1 %nan],p) -> %nan norm([1 %nan %inf],p) -> %nan Thank you for your feedback ! S. -- Sté

Re: [Scilab-users] acos leads to complex values

2019-01-29 Thread Stéphane Mottelet
omplex values appear ? May it come from the vectorization ? Paul ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingéni

Re: [Scilab-users] [EXTERNAL] Re: acos leads to complex values

2019-01-29 Thread Stéphane Mottelet
fine) and no %eps . How Can I check if %eps is in? *De :*users [mailto:users-boun...@lists.scilab.org] *De la part de* Stéphane Mottelet *Envoyé :* mardi 29 janvier 2019 16:50 *À :* users@lists.scilab.org *Objet :* [EXTERNAL] Re: [Scilab-users] acos leads to complex values Le 29/01/2019 à 16:45, C

Re: [Scilab-users] [EXTERNAL] Re: acos leads to complex values

2019-01-29 Thread Stéphane Mottelet
dows 7, i7 processor) a result of Federico, you have to try 1+%eps or -1-%eps ! 0.00021073424255447, being %eps 0.0002220446 I get no imaginary part. I guess there must be some dependency on the arithmetic engine. Federico Miyara On 29/01/2019 12:58, Stéphane Mottelet wro

Re: [Scilab-users] [EXTERNAL] Re: acos leads to complex values

2019-01-29 Thread Stéphane Mottelet
Le 29/01/2019 à 23:10, Federico Miyara a écrit : Stephane, However, I must say that acos(1-%eps) gives on my Scilab 6.0.1 (Windows 7, i7 processor) a result of Federico, you have to try 1+%eps or -1-%eps ! acos(x) with x > 1 is indeed imaginary, so there is no unexpected result. However,

Re: [Scilab-users] Unexpected END OF FILE

2019-01-30 Thread Stéphane Mottelet
Hello Frederico, We just fixed it for Scilab 6.0.2, see https://codereview.scilab.org/#/c/20688/ S. > Le 31 janv. 2019 à 01:20, Federico Miyara a écrit : > > > Antoine, > > Thank you VERY MUCH! > > That works. Is there a fundamental reason why not specifying binary fails > somewhere? Som

Re: [Scilab-users] Unexpected END OF FILE

2019-01-30 Thread Stéphane Mottelet
Le 31/01/2019 à 07:27, Stéphane Mottelet a écrit : Hello Frederico, We just fixed it for Scilab 6.0.2, see https://codereview.scilab.org/#/c/20688/ <https://antispam.utc.fr/proxy/2/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/codereview.scilab.org/#/c/20688/> S. I mean, the doc says that binar

Re: [Scilab-users] Scilab nighly builds

2019-01-31 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

Re: [Scilab-users] Scilab 5.5.2 on Ubuntu 18.04LTS

2019-02-14 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

Re: [Scilab-users] Scilab 6.0.2 is released!

2019-02-14 Thread Stéphane Mottelet
5.5.2 version especially : Works like a snap... OSX Mojave I presume  ? Heinz ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingé

Re: [Scilab-users] /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found

2019-03-01 Thread Stéphane Mottelet
4/libstdc++.so.6:/lib64/libstdc++.so.6:$LD_LIBRARY_PATH ___ 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 42

Re: [Scilab-users] Where is the best place for Scilab - xcos / ScicosLab - scicos questions and bug report?

2019-03-27 Thread Stéphane Mottelet
Le 26/03/2019 à 21:02, farimani a écrit : I would like to thank Stéphane Mottelet for taking the initiative and being present on StackOverflow. Thanks to his support now almost all new questions there have proper answers from a professional: My personal experience is that the traffic on users

Re: [Scilab-users] non linear optimization why produce Nan

2019-03-27 Thread Stéphane Mottelet
Helllo, Start by testing your residual function *alone* with inital value of your parameters --> dyke_error(p0,Value, i, y) S. Le 27/03/2019 à 09:20, karoli a écrit : hello team why my optimization produce an Nan result, any help [fd,SST,Sheetnames,Sheetpos]=xls_open('D:\MAG2.xls') [Value

Re: [Scilab-users] Scipad can't open ascii file?

2019-03-28 Thread Stéphane Mottelet
Sorry, This list is definitively not about ScicosLab. S. Le 28/03/2019 à 22:09, farimani a écrit : I had a similar issue with ScicosLab. error log: invalid command name ".scipad.new3" invalid command name ".scipad.new3" while executing "$ta peer names" (procedure "getpeerlist" li

[Scilab-users] regexp in Scilab

2019-04-01 Thread Stéphane Mottelet
Hello, Each time I try to test nice regular expressions I find in Stack Overflow, the 'regexp' Scilab macro never succeed in compiling them. What is the regexp syntax supported by Scilab ? S. ___ users mailing list users@lists.scilab.org http://lis

Re: [Scilab-users] regexp in Scilab

2019-04-01 Thread Stéphane Mottelet
In fact patterns that are found almost everywhere have always to be put between "/" and "/".  That's not documented... S. Le 01/04/2019 à 19:48, Samuel Gougeon a écrit : Le 01/04/2019 à 16:15, Stéphane Mottelet a écrit : Hello, Each time I try to test nice regu

Re: [Scilab-users] non linear optimization why produce Nan

2019-04-02 Thread Stéphane Mottelet
ers-Mailing-Lists-Archives-f2602246.html ___ 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] non linear optimization why produce Nan

2019-04-02 Thread Stéphane Mottelet
  22. Nan    3060.   40. Nan    3080.   54. Nan Just insert Value(1,:) = [] after calling read_xls S. Le 02/04/2019 à 10:48, Stéphane Mottelet a écrit : Hello, Le 02/04/2019 à 10:44, karoli a écrit : Hello mottelet I tested it, residual results is ok No it is not ok as

Re: [Scilab-users] MinGW makes my Scilab session very unstable (crashs)

2019-04-02 Thread Stéphane Mottelet
Hello, Le 02/04/2019 à 21:11, Samuel Gougeon a écrit : Dear co-scilabers, Since i installed recently the MinGW compiler and its Scilab interface https://atoms.scilab.org/toolboxes/mingw/0.10.5 and i initialized it (loading the module a first time), my Scilab sessions are much more instable, eve

Re: [Scilab-users] Where is the Scilab source code and how one can contribute?

2019-04-02 Thread Stéphane Mottelet
Hi, Have a look at this page: https://wiki.scilab.org/gerrit S. Le 02/04/2019 à 23:46, farimani a écrit : I was able to clone "a" source code using git clone git://git.scilab.org/scilab which I found here https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/gitweb.scilab.org/?p

Re: [Scilab-users] Scilab 6.0.2 is released!

2019-04-05 Thread Stéphane Mottelet
You are right, it should be included in the bin/scilab script S. Le 04/04/2019 à 11:08, amonm...@laas.fr a écrit : Hi all, Thanks for the good work, the list of bug fixes is quite impressive and I am happy to see among them some nasty bugs that were really annoying for me. Sadly, https://a

Re: [Scilab-users] question on graphic children order

2019-04-08 Thread Stéphane Mottelet
Hello, Le 07/04/2019 à 10:13, Federico Miyara a écrit : Dear all, I would like to know if there is a reason for the fact that whenever new graphic objects are added to an axes, the last one that has been created is always the one with index 1 instead of n+1 (where n is the number of objects

Re: [Scilab-users] Problems with Scilab- Xcos simulations (Algebraic loop / Derivative block).

2019-04-08 Thread Stéphane Mottelet
The system described in your EDOS.ps file can be written in implicit form, A*[dy1/dt; dy2/dt] = F(y1,y2) but here you have A =[1 -1; -2 2], i.e. A is singular. I am not sure that; at least under this form, your system is well-posed. S. Le 08/04/2019 à 22:13, Marcus Vinicius Pereira de Souza

Re: [Scilab-users] question on graphic children order

2019-04-08 Thread Stéphane Mottelet
need to recover a deeply hidden entity, use tags and the findobj() function. S. Federico On 08/04/2019 12:18, Stéphane Mottelet wrote: Hello, Le 07/04/2019 à 10:13, Federico Miyara a écrit : Dear all, I would like to know if there is a reason for the fact that whenever new graphic

Re: [Scilab-users] Nested function definition

2019-04-09 Thread Stéphane Mottelet
Hello, Le 09/04/2019 à 20:17, Rafael Guerra a écrit : globalmg h l L0; The above line is useless no ? mg= 0.1; h=0.1; l=0.1; L0=0.1; function*e*=_eta_(*q*) *e*= mg./(2**q*) endfunction function*z*=_zeta_(*q*) *z*= asinh(mg.*h./(2**q*.*l.*sinh(_eta_(*q*+_eta_(*q*); endfunction fun

Re: [Scilab-users] question on graphic children order

2019-04-09 Thread Stéphane Mottelet
ght of why it is like thisfor now I guessed it has to do with how to handle memory. Philipp Am Mo., 8. Apr. 2019 um 23:01 Uhr schrieb Stéphane Mottelet mailto:stephane.motte...@utc.fr>>: Le 08/04/2019 à 22:56, Federico Miyara a écrit : Stéphane, Sometimes on

Re: [Scilab-users] question on graphic children order

2019-04-10 Thread Stéphane Mottelet
-2.449D-16 --> gca().children(2).children.data  ans  =    0.  1.    2.0943951  -0.5    4.1887902  -0.5    6.2831853   1. i.e. the first compound is the sine. But it breaks legend() (see attached screenshot). S. Le 10/04/2019 à 08:47, Stéphane Mottelet a écrit : Le 10/04/2

Re: [Scilab-users] An error occurred during export: Unable to create export file, not enough memory. Decreasing the number of elements or the size of the figure should fix this error

2019-04-10 Thread Stéphane Mottelet
> Le 10 avr. 2019 à 20:07, Heinz Nabielek a écrit : > > Scilab created graphs can be quickly imported into documents via the > Clipboard, but their quality is poor with jagged lines and wobbly fonts. > > High quality graphs can be created when exporting to pdf. However, with my > 155,000 dat

Re: [Scilab-users] Tiny fonts in linux

2019-04-23 Thread Stéphane Mottelet
Hello, We have the same problem with Retina displays on Mac OSX. Yes, it is a problem with Java and the detection of the DPI of the display. S. Le 24/04/2019 à 05:04, Alasdair McAndrew a écrit : Hello, I have just re-installed Scilab 6.0.1 (mainly to experiment with Xcos) on my laptop runn

Re: [Scilab-users] Tiny fonts in linux

2019-04-24 Thread Stéphane Mottelet
It is already reported here http://bugzilla.scilab.org/show_bug.cgi?id=15984 Can you check that you have also the same zooming problem (in addition to the tiny font) ? S. Le 24/04/2019 à 08:54, Stéphane Mottelet a écrit : Hello, We have the same problem with Retina displays on Mac OSX

[Scilab-users] help page

2019-04-26 Thread Stéphane Mottelet
Hello, Is there a simple and easy way to convert a *single* xml help page to pdf ? 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 Industriels Sorbonne Universités - Université de Technologie de

Re: [Scilab-users] ?==?utf-8?q? help page

2019-04-26 Thread Stéphane Mottelet
. Antoine Le Vendredi, Avril 26, 2019 17:45 CEST, Stéphane Mottelet a écrit: Hello, Is there a simple and easy way to convert a *single* xml help page to pdf ? S. -- Stéphane Mottelet Ingénieur de recherche EA 4297 Transformations Intégrées de la Matière Renouvelable Département Génie des

Re: [Scilab-users] help page

2019-04-26 Thread Stéphane Mottelet
Le 26/04/2019 à 21:23, Samuel Gougeon a écrit : Hello, Le 26/04/2019 à 19:40, Stéphane Mottelet a écrit : Le 26/04/2019 à 19:10, Antoine Monmayrant a écrit : Hello Stéphane, Not sure this does what you expect, but I think pandoc can do the trick: foo.xml copied from : https

Re: [Scilab-users] Scilab 6.0.2 MinGW Windows 10 Demo Sim n-pendulum make failure

2019-04-29 Thread Stéphane Mottelet
ine 104 of function ilib_for_link( C:\Program Files\scilab-6.0.2\modules\dynamic_link\macros\ilib_for_link.sci line 118 ) at line17 of function npend_build_and_load at line 112 of function demo_pendulum( C:\Program Files\scilab-6.0.2\modules\differential_equations\demos\

Re: [Scilab-users] rand("seed",s)

2019-04-29 Thread Stéphane Mottelet
st 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 Univer

Re: [Scilab-users] IPCV - imrotate

2019-04-29 Thread Stéphane Mottelet
ailman/listinfo/users Is the angle in degrees or radians ? 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 Industriels Sorbonne Universités - Université de Technologie de Compiègne CS 60319, 60203 Compiègne ced

Re: [Scilab-users] help page. good xmltops.

2019-04-29 Thread Stéphane Mottelet
Le 27/04/2019 à 17:26, Lucien Povy a écrit : Le 26/04/2019 à 22:07, Samuel Gougeon a écrit : Le 26/04/2019 à 22:03, Stéphane Mottelet a écrit : Le 26/04/2019 à 21:23, Samuel Gougeon a écrit : Hello, Le 26/04/2019 à 19:40, Stéphane Mottelet a écrit : Le 26/04/2019 à 19:10, Antoine

Re: [Scilab-users] feedback on removing 1 row and 1 column

2019-04-30 Thread Stéphane Mottelet
does not contain technical data » ___ 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

Re: [Scilab-users] feedback on removing 1 row and 1 column

2019-04-30 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 So

Re: [Scilab-users] feedback on removing 1 row and 1 column

2019-04-30 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] [EXTERNAL] Re: feedback on removing 1 row and 1 column

2019-05-03 Thread Stéphane Mottelet
; --> tic;MAT(:,[1 3])=[];toc ans  =    0.046928 S. Le 30/04/2019 à 14:04, Carrico, Paul a écrit : Thanks all Indeed, getting the complete block works fine and it’s instantaneous Paul *De :*users [mailto:users-boun...@lists.scilab.org] *De la part de* Stéphane Mottelet *Envoyé :* mardi 3

Re: [Scilab-users] Make Variable visible in Scilab from a SCE-script in a toolbox

2019-05-10 Thread Stéphane Mottelet
of two scripts (the one creating the menu and the one executed by selecting the menu item). 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 Industriels Sorbonne Universités - Université de Technologie

Re: [Scilab-users] unexpected result

2019-05-22 Thread Stéphane Mottelet
Hello Paul, B(i-1:$,1) in a rhs is evaluated as a temporary 6x1 vector when passed as an argument to find() and any reference w.r.t. B is of course disgarded. The obtained result is the expected result. S. Le 22/05/2019 à 09:51, Carrico, Paul a écrit : Hi All, In the following code, I was

Re: [Scilab-users] [EXTERNAL] Re: {EXT} unexpected result

2019-05-23 Thread Stéphane Mottelet
his e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Stéphane Mottelet Ingénie

Re: [Scilab-users] SciNetCDF toolbox on Darwin/OSX?

2019-05-29 Thread Stéphane Mottelet
g-Lists-Archives-f2602246.html ___ 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 Reno

Re: [Scilab-users] How to count pixels

2019-06-03 Thread Stéphane Mottelet
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://www.utc.fr/~mot

Re: [Scilab-users] {EXT} How to count pixels

2019-06-03 Thread Stéphane Mottelet
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 Univer

[Scilab-users] New build of Scilab 6.0.2 for OSX with Retina screen fix

2019-06-04 Thread Stéphane Mottelet
launching Scilab you will be able to check that you are running the new build like this --> [version, opts] = getversion()  opts  = !GCC  x64  modelicac  release  Jun  4 2019  16:02:53  !  version  =  scilab-6.0.2 i.e. check that you have the "Jun  4 2019" build. -- Stéphane Motte

Re: [Scilab-users] {EXT} How to count pixels

2019-06-05 Thread Stéphane Mottelet
. Besides exporting the figure then reloading with imread (present e.g. in IPCV Atoms module) I don't see other solutions. S. Le 03/06/2019 à 15:21, Stéphane Mottelet a écrit : Le 03/06/2019 à 14:56, Jean-Philippe Grivet a écrit : My thanks to all respondants. The figure is in internal S

Re: [Scilab-users] A possible bug with format(width)

2019-06-05 Thread Stéphane Mottelet
rg 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èg

Re: [Scilab-users] A possible bug with format(width)

2019-06-05 Thread Stéphane Mottelet
   123. => it does not switch to "e" format. ___ 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 rec

Re: [Scilab-users] A possible bug with format(width)

2019-06-06 Thread Stéphane Mottelet
and Mac OS. So just report the crash with your example Iza -- 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èg

Re: [Scilab-users] cancelling a loop by key pressing

2019-06-07 Thread Stéphane Mottelet
playGame = 0; // -->thus stops the while - loop end ___ 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 r

Re: [Scilab-users] xclick without waiting for event ?

2019-06-11 Thread Stéphane Mottelet
etc. Thank you, Philipp ___ 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épar

Re: [Scilab-users] Finding elements occuring once in a matrix

2019-07-05 Thread Stéphane Mottelet
lab.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 T

Re: [Scilab-users] Transition from Xcos 5.5 to 6.0

2019-07-18 Thread Stéphane Mottelet
b.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/listinfo/users -- Stéphane Mottelet Ingénieur de recherche EA

Re: [Scilab-users] animaGIF 1.0 is released

2019-07-25 Thread Stéphane Mottelet
) // closes the GIF stream ___ 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

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-04 Thread Stéphane Mottelet
g 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 Universités - Université de

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-04 Thread Stéphane Mottelet
Le 04/09/2019 à 09:39, Stéphane Mottelet a écrit : Hello, Le 04/09/2019 à 09:11, Federico Miyara a écrit : Dear all, I need to create a boolean vector, such as [%t, %t, %t, %t] but with a number of components given by a variable n. I couldn't find a function similar to one

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-04 Thread Stéphane Mottelet
aign=sig-email&utm_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users -- Sté

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-05 Thread Stéphane Mottelet
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 - Uni

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-05 Thread Stéphane Mottelet
ts.scilab.org http://lists.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

[Scilab-users] display of complex/not real numbers, again

2019-09-12 Thread Stéphane Mottelet
t having to change the default settings: >> h=eps/128, x0=pi/4 h =    1.7347e-18 x0 =     0.7854 >> (cos(x0+h)-cos(x0-h))/2/h ans = 0 >> cos(x0+i*h) ans =    0.7071 - 0.i >> imag(cos(x0+i*h))/h ans =    -0.7071 >> -sin(x0) ans =    -0.7071 -- Stépha

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-12 Thread Stéphane Mottelet
on. Matlab is quite explicit here: >> cos(x0+i*h) ans =    0.7071 - 0.i I probably not understand your problem ... Antoine Le 12/09/2019 à 10:26, Stéphane Mottelet a écrit : Hello all, The subject has been already discussed a lot but I would like it to be discussed again because I

Re: [Scilab-users] {EXT} display of complex/not real numbers, again

2019-09-12 Thread Stéphane Mottelet
Le 12/09/2019 à 14:19, Dang Ngoc Chan, Christophe a écrit : Hello, De la part de Stéphane Mottelet Envoyé : jeudi 12 septembre 2019 10:26 I now have a real rationale to promote a change in the way complex numbers with small imaginary part are displayed. I agree with you. I would add

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-12 Thread Stéphane Mottelet
which is quite small, but essential in the computation. Matlab is quite explicit here: >> cos(x0+i*h) ans =    0.7071 - 0.i I probably not understand your problem ... Antoine Le 12/09/2019 à 10:26, Stéphane Mottelet a écrit : Hello all, The subject has been already discussed a lot but

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
If Windows users want to test the patch, I have prepared a Windows build of patched Scilab at the folowing URL : http://www.utc.fr/~mottelet/scilab/download/master/scilab-branch-master-6cdd3ce0d62c632cd428b71440b0371a7731dbae_x64.exe S. Le 12/09/2019 à 18:55, Stéphane Mottelet a écrit : I

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
. The patch also fixes this. So, very small numbers are reduced to strict 0... This is a bad implementation of the variable format mode. The Scilab 5 one was correct, at least on this point. Best regards Samuel Le 12/09/2019 à 10:26, Stéphane Mottelet a écrit : Hello all, The subject has been

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 13:07, Samuel Gougeon a écrit : Le 12/09/2019 à 18:55, Stéphane Mottelet a écrit : I prefer the display after applying https://codereview.scilab.org/#/c/20981/: --> x0=%pi/4;h=%eps/2  h  =    1.110D-16 --> cos(x0+%i*h)  ans  =    0.7071068 - 7.850D-17i However, we

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
quot;e"). S. Le 13/09/2019 à 13:37, Stéphane Mottelet a écrit : Le 13/09/2019 à 13:07, Samuel Gougeon a écrit : Le 12/09/2019 à 18:55, Stéphane Mottelet a écrit : I prefer the display after applying https://codereview.scilab.org/#/c/20981/: --> x0=%pi/4;h=%eps/2  h  =    1.110D-16 -->

Re: [Scilab-users] {EXT} Re: display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 15:13, Dang Ngoc Chan, Christophe a écrit : Hello, De : Stéphane Mottelet Envoyé : vendredi 13 septembre 2019 14:23 I think that we do agree about the fact that the actual Scilab display [...] --> x(8) ans = 1.7 --> x(8)-1.7 ans = 2.220D-16 is pretty but not c

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-13 Thread Stéphane Mottelet
oded array * clear p, p(5,4,7) = %z*0  // to initiate an array of 0z polynomials * etc .. still without any specific functions or option. Best regards Samuel ___ users mailing list users@lists.scilab.org https://antispam.utc.fr/proxy/1/c3R

Re: [Scilab-users] {EXT} Re: display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 15:28, Dang Ngoc Chan, Christophe a écrit : Hello, De : Stéphane Mottelet Envoyé : vendredi 13 septembre 2019 15:22 1.7 cannot be stored exactly in IEEE754 Yes, but there is an "infinite" amount of decimal numbers that cannot be stored exactly in IEEE754. I know.

Re: [Scilab-users] Generating a boolean vector or matrix

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 16:17, Samuel Gougeon a écrit : Le 13/09/2019 à 15:32, Stéphane Mottelet a écrit : .../... OK Samuel, I can forget this one. However, "double" should be kept as an equivalent of "constant", even if not the name of a scilab type returned by typeof(). We al

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 16:52, Samuel Gougeon a écrit : Le 13/09/2019 à 14:22, Stéphane Mottelet a écrit : However, as I already said it elsewhere, some glitches such as the following  one do occur (see the display of whole x) --> x=1:0.1:2  x  =    1.   1.1   1.2   1.3   1.4   1.5  

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 17:13, Samuel Gougeon a écrit : Le 13/09/2019 à 16:59, Stéphane Mottelet a écrit : Le 13/09/2019 à 16:52, Samuel Gougeon a écrit : Le 13/09/2019 à 14:22, Stéphane Mottelet a écrit : However, as I already said it elsewhere, some glitches such as the following  one do occur

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 17:32, Samuel Gougeon a écrit : Le 13/09/2019 à 17:20, Stéphane Mottelet a écrit : Le 13/09/2019 à 17:13, Samuel Gougeon a écrit : Le 13/09/2019 à 16:59, Stéphane Mottelet a écrit : Le 13/09/2019 à 16:52, Samuel Gougeon a écrit : Le 13/09/2019 à 14:22, Stéphane Mottelet a

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 17:20, Stéphane Mottelet a écrit : Le 13/09/2019 à 17:13, Samuel Gougeon a écrit : Le 13/09/2019 à 16:59, Stéphane Mottelet a écrit : Le 13/09/2019 à 16:52, Samuel Gougeon a écrit : Le 13/09/2019 à 14:22, Stéphane Mottelet a écrit : However, as I already said it

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-13 Thread Stéphane Mottelet
Le 13/09/2019 à 17:38, Stéphane Mottelet a écrit : Le 13/09/2019 à 17:32, Samuel Gougeon a écrit : Le 13/09/2019 à 17:20, Stéphane Mottelet a écrit : Le 13/09/2019 à 17:13, Samuel Gougeon a écrit : Le 13/09/2019 à 16:59, Stéphane Mottelet a écrit : Le 13/09/2019 à 16:52, Samuel Gougeon

Re: [Scilab-users] {EXT} Re: display of complex/not real numbers, again

2019-09-16 Thread Stéphane Mottelet
> Le 16 sept. 2019 à 09:25, Dang Ngoc Chan, Christophe > a écrit : > > Hello, > >> De : Stéphane Mottelet >> Envoyé : vendredi 13 septembre 2019 17:57 >>> >>> --> x=(1

Re: [Scilab-users] display of complex/not real numbers, again

2019-09-17 Thread Stéphane Mottelet
tored value is different from the displayed value. The first thing that you can see is that the default format(10) would be very verbose, but this is tunable. A value of 7 would be ok, but quite low for format("e"). S. Le 13/09/2019 à 13:37, Stéphane Mottelet a écrit : Le 1

Re: [Scilab-users] {EXT} Re: display of complex/not real numbers, again

2019-09-17 Thread Stéphane Mottelet
nux/OSX), but this was just a way to explain why the display of 1.7 could (not should) be different. S. Regards, Federico Miyara On 13/09/2019 10:21, Stéphane Mottelet wrote: Le 13/09/2019 à 15:13, Dang Ngoc Chan, Christophe a écrit : Hello, De : Stéphane Mottelet Envoyé : vendredi 13

<    1   2   3   4   5   6   7   >