[Scilab-users] clear current line in the console

2013-08-29 Thread Adrien Vogt-Schilb

Hi everyone

Is there a way to clear the crrent line in th console? In most 
consoloes, [ESC] does that, but not in scilab

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Sequential Quadratic Programming in Scilab

2013-08-29 Thread Carrico, Paul
I downloaded the latest nlopt-2.3 tarball, unpacked scinlopt in a temporary 
repertory, updated the loader.sce file and executed it directly in scilab ... 
the compilation seemed to run fine ...
 
While help files exist in the unpacked repertory, i do not figure out how to 
have access to it in the help browser    neither nlopt nor slsqp leads to 
any help page 
 
Am I mistaken ?
 
Paul



De : users-boun...@lists.scilab.org [mailto:users-boun...@lists.scilab.org] De 
la part de Rakhi Warriar
Envoyé : jeudi 29 août 2013 08:33
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Sequential Quadratic Programming in Scilab


Hi, I could install scinlopt through atomsInstall(scinlopt). I am not sure if 
this is the latest version. The atoms page says that it is still being 
packaged.  
But am still trying to figure out how to use it. There aren't any help files. 

Rakhi


On Thu, Aug 29, 2013 at 11:49 AM, Carrico, Paul paul.carr...@esterline.com 
wrote:



maybe have a look to NLOPT including SQP algorithm (among others) ... 
but it's not linked to Scilab so far  
 



De : users-boun...@lists.scilab.org 
[mailto:users-boun...@lists.scilab.org] De la part de Rakhi Warriar
Envoyé : jeudi 29 août 2013 07:58
À : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Sequential Quadratic Programming in Scilab


Thanks for the info! I shall revert back if I have any further queries. 

Rakhi


On Tue, Aug 20, 2013 at 5:40 PM, Stéphane Mottelet 
stephane.motte...@gmail.com wrote:


Hello, 

I have updated the fsqp toolbox for Scilab 5.4 an can provide 
the package (without the cfsqp.c file which has to be obtained from the 
authors).


S.


2013/8/19 Michael BAUDIN michael.bau...@edf.fr


Hi, 

What kind of optimization problem are you willing to 
solve ? SQP is typical for nonlinear programming (with constraints), but this 
is just a guess an may not correspond to your specific issue. 

If you have a constrained optimization problem, I 
suggest to try : 

http://atoms.scilab.org/toolboxes/sci_ipopt 
http://atoms.scilab.org/toolboxes/sci_ipopt  

If you are searching for a smoothier interface, please 
try : 

http://atoms.scilab.org/toolboxes/fmincon 
http://atoms.scilab.org/toolboxes/fmincon  

but this is still in pre-alpha state. 

The toolbox : 

http://atoms.scilab.org/toolboxes/scinlopt 
http://atoms.scilab.org/toolboxes/scinlopt  

might be helpful. But, as far as I can see, there are 
packaging issues (the previous release was not available on Windows, and the 
latest release is not packaged on atoms). 

The FSQP toolbox was never released publicly for 
license reasons. It was available upon request to the authors, for research 
only. The code is simple and efficient. My guess is that it is not maintained 
anymore, except, perhaps, by Scilab Enterprises. 

Hope this helps. 

Best regards, 

Michaël 



De :rakhiwarr...@gmail.com 
A :users@lists.scilab.org 
Date :19/08/2013 09:49 
Objet :[Scilab-users] Sequential Quadratic 
Programming in Scilab 
Envoyé par :users-boun...@lists.scilab.org 






Hello 

How can one do SQP using Scilab? I found a pdf that 
explains about an fsqp toolbox in Scilab, but the link given does not work 
anymore. Could someone tell me of any toolboxes available for SQP in Scilab?  

Thanks! 

Rakhi___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users 
http://lists.scilab.org/mailman/listinfo/users 



Re: [Scilab-users] clear current line in the console

2013-08-29 Thread CRETE Denis
If cursor is at the end of the line, Shift Home + Del ?
That is not really quick...
 Denis
-Message d'origine-
De : users-boun...@lists.scilab.org [mailto:users-boun...@lists.scilab.org] De 
la part de Adrien Vogt-Schilb
Envoyé : mercredi 28 août 2013 18:45
À : International users mailing list for Scilab.
Objet : [Scilab-users] clear current line in the console

Hi everyone

Is there a way to clear the crrent line in th console? In most consoloes, [ESC] 
does that, but not in scilab ___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] clear current line in the console

2013-08-29 Thread jasper van baten

Ctrl+U

Best wishes,

Jasper.

On 8/28/2013 18:44, Adrien Vogt-Schilb wrote:

Hi everyone

Is there a way to clear the crrent line in th console? In most 
consoloes, [ESC] does that, but not in scilab

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users




___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] clear current line in the console

2013-08-29 Thread Adrien Vogt-Schilb

Ctrl+U Works. Thank you very much!


On 29/08/2013 07:15, jasper van baten wrote:

Ctrl+U

Best wishes,

Jasper.

On 8/28/2013 18:44, Adrien Vogt-Schilb wrote:

Hi everyone

Is there a way to clear the crrent line in th console? In most 
consoloes, [ESC] does that, but not in scilab

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users






___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



--
Adrien Vogt-Schilb (Cired)
+33 (0) 1 43 94 73 83

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Convert scilab sce files into executable files

2013-08-29 Thread Stephane BECU
Thanks Samuel for reply,

I've tried using scetoexe but it did seem that straightforward. Some error 
messages appeared in the windows console when running the generated .exe 
fileCAN NOT LOAD DLLS.
When copying from the SCI/bin directory  to my application directory the 
following dll libraries the same error mesages appeared:


  *   call_scilab.dll
  *   api_scilab.dll
  *   output_stream.dll
  *   libscilab.dll
  *   fileio.dll
  *   MALLOC.dll



De : users-boun...@lists.scilab.org de la part de Samuel Gougeon
Envoy? : mercredi 28 ao?t 2013 15:13
? : International users mailing list for Scilab.
Objet : Re: [Scilab-users] Convert scilab sce files into executable files

Hello,

Le 28/08/2013 13:17, Stephane BECU a ?crit :
I'd like to compile .sce scilab files into .exe files in order to create a 
program which does not need the scilab software to be installed (standalone 
program). I've read many different ways to do that based on implementation of a 
c++ code using call_scilab or api_scilab libraries or simply using the 
'scetoexe' ATOMS module.
executables made through scetoexe need Scilab to be installed.

Equalis is proposing a product fullfilling your requirements:
http://www.equalis.com/?page=CoderAndCompiler

As far as i know, it is the only possibility to do that.

Regards
Samuel Gougeon

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users