From allan.cornet at scilab.org Wed Feb 8 13:34:18 2012 From: allan.cornet at scilab.org (Allan CORNET) Date: Wed, 8 Feb 2012 13:34:18 +0100 Subject: SEP 75 dec2base Message-ID: <008601cce65d$fa0a5570$ee1f0050$@scilab.org> Hi, Please find attached SEP 75 about dec2base built-in. Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_075_dec2base.pdf Type: application/pdf Size: 75998 bytes Desc: not available URL: From hernanab at realizar.com.co Sat Feb 11 19:13:38 2012 From: hernanab at realizar.com.co (=?iso-8859-1?Q?Hern=E1n_Arbel=E1ez_Bernal?=) Date: Sat, 11 Feb 2012 13:13:38 -0500 Subject: How to make an interface with Scilab Message-ID: <90351FEF951D4353BDE1168020FB50A4@HAAB02> Hi, I need to know how to create an interface between Scilab and a software I have developed using Delphi, to be clear I want to do something similar to the interface between Scilab and Excel that is found in the following link http://forge.scilab.org/index.php/p/scilab-xll/downloads/. Thanks in advance for your help, Hernan -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Sun Feb 12 19:37:29 2012 From: allan.cornet at scilab.org (allan.cornet at scilab.org) Date: Sun, 12 Feb 2012 19:37:29 +0100 Subject: [Scilab-Dev] How to make an interface with Scilab In-Reply-To: <90351FEF951D4353BDE1168020FB50A4@HAAB02> References: <90351FEF951D4353BDE1168020FB50A4@HAAB02> Message-ID: Hi, see call_scilab functions http://help.scilab.org/docs/5.3.3/en_US/call_scilab.html to call scilab from a external software To call C/C++ function from Delphi:https://webmail.scilab.org/roundcubemail-0.5.3/?_task=mail&_id=15021156344f3806721d85c&_action=compose# see http://www.drbob42.com/delphi/headconv.htm Do not hesitate if you have some questions about call_scilab Allan On Sat, 11 Feb 2012 13:13:38 -0500, Hern?n Arbel?ez Bernal wrote: > Hi, > > I need to know how to create an interface between Scilab and a > software I have developed using Delphi, to be clear I want to do > something similar to the interface between Scilab and Excel that is > found in the following link . > > Thanks in advance for your help, > > Hernan From hernanab at realizar.com.co Mon Feb 13 01:51:02 2012 From: hernanab at realizar.com.co (=?UTF-8?Q?Hern=C3=A1n_Arbel=C3=A1ez_Bernal?=) Date: Sun, 12 Feb 2012 19:51:02 -0500 Subject: [Scilab-Dev] How to make an interface with Scilab In-Reply-To: References: <90351FEF951D4353BDE1168020FB50A4@HAAB02> Message-ID: Thanks Allan, I am working with the information that you sent me, if I have any questions about that I'ill contact you or if I have positive result I'll let you know. Hernan -----Mensaje original----- From: allan.cornet at scilab.org Sent: Sunday, February 12, 2012 1:37 PM To: dev at lists.scilab.org Subject: Re: [Scilab-Dev] How to make an interface with Scilab Hi, see call_scilab functions http://help.scilab.org/docs/5.3.3/en_US/call_scilab.html to call scilab from a external software To call C/C++ function from Delphi:https://webmail.scilab.org/roundcubemail-0.5.3/?_task=mail&_id=15021156344f3806721d85c&_action=compose# see http://www.drbob42.com/delphi/headconv.htm Do not hesitate if you have some questions about call_scilab Allan On Sat, 11 Feb 2012 13:13:38 -0500, Hern?n Arbel?ez Bernal wrote: > Hi, > > I need to know how to create an interface between Scilab and a > software I have developed using Delphi, to be clear I want to do > something similar to the interface between Scilab and Excel that is > found in the following link . > > Thanks in advance for your help, > > Hernan -- To unsubscribe from this mailing-list, please send an empty mail to dev-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ From stephane.mottelet at utc.fr Tue Feb 14 11:31:35 2012 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Tue, 14 Feb 2012 11:31:35 +0100 Subject: Incoherence between figure args and figure props In-Reply-To: <1325836762.2026.1.camel@work> References: <1325790856247-3635988.post@n3.nabble.com> <1325836762.2026.1.camel@work> Message-ID: <4F3A3807.2010001@utc.fr> Hi all, I am currently working on the plotlib, and I discovered that one of the incompatibilities of the plotlib with scilab native graphics is due to an incoherence (?) between the figure macro and the actual figure handle properties : figure handles have a "background" property (color index in the cmap) but the figure macro also accepts the argument "backgroundcolor" ( a rgb triple), which is not a figure handle property. These two "layers" of properties are not very convenient... Are there plan to simplify this in the future ? S. From stephane.mottelet at utc.fr Tue Feb 14 11:35:57 2012 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Tue, 14 Feb 2012 11:35:57 +0100 Subject: [Scilab-Dev] Incoherence between figure args and figure props In-Reply-To: <4F3A3807.2010001@utc.fr> References: <1325790856247-3635988.post@n3.nabble.com> <1325836762.2026.1.camel@work> <4F3A3807.2010001@utc.fr> Message-ID: <4F3A390D.1070405@utc.fr> Le 14/02/12 11:31, St?phane Mottelet a ?crit : > Hi all, > > I am currently working on the plotlib, and I discovered that one of > the incompatibilities of the plotlib with scilab native graphics is > due to an incoherence (?) between the figure macro and the actual > figure handle properties : figure handles have a "background" property > (color index in the cmap) but the figure macro also accepts the > argument "backgroundcolor" ( a rgb triple), which is not a figure > handle property. These two "layers" of properties are not very > convenient... Are there plan to simplify this in the future ? > > S. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > BTW, "BackgroundColor" is even not the name of a property of figure handles in Matlab (the correct name is "Color"). I am saying this because figure also accepts "Position", which is the correct property name in Matlab. So, if the goal is to help portability, emulated Matlab property names should be the correct ones... S. From allan.cornet at scilab.org Tue Feb 14 12:51:52 2012 From: allan.cornet at scilab.org (Allan CORNET) Date: Tue, 14 Feb 2012 12:51:52 +0100 Subject: SEP 76 atomsCheckModule Message-ID: <000601cceb0f$0b2a7370$217f5a50$@scilab.org> Hi, Please find attached SEP 76 about atomsCheckModule function. Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_076_atomsCheckModule.pdf Type: application/pdf Size: 71826 bytes Desc: not available URL: