Re: [Scilab-users] Java System.err.println Messages not displayed in Scilab Console

2014-10-16 Thread Joo Cat
Hello, I tried the consolebox on and I can now see the Java messages on the Windows console. Thanks! Any ideas on how to bring these messages into the Scilab console? Date: Thu, 16 Oct 2014 21:26:35 +0200 From: sgoug...@free.fr To: users@lists.scilab.org Subject: Re: [Scilab-users] Java System.er

[Scilab-users] issue with call_scilab from C prog.

2014-10-16 Thread sayavongsa richard
Hi All, I'm new with Scilab. I'd like to test Scilab from C program. I tryed to compile the prog. provided by scilab org from the link : https://help.scilab.org/docs/5.5.1/en_US/call_scilab.html below the make file : # A sample Makefile building a C code using Call Scilab using Scilab binary P

Re: [Scilab-users] Question about RGB Colors

2014-10-16 Thread Samuel Gougeon
Hello, Le 15/10/2014 15:47, Tyrone Bigguns a écrit : xlabel('Zielkosten','color','blue','fontsize',3); and instead of "blue" i wanted to insert a RGB code Greetings xlabel('Zielkosten','color',[0 0 1],'fontsize',3); will do the same. For each channel, the value must be in the [0 1] interval.

Re: [Scilab-users] Java System.err.println Messages not displayed in Scilab Console

2014-10-16 Thread Samuel Gougeon
Le 16/10/2014 10:05, Joo Cat a écrit : I was trying out Example 1 in Getting Started - Beginning under Java from Scilab. The Scilab that I was using was 5.5.1 32bit. Compiling and importing the Java code was not a problem. I was able to create a HelloWorld object as well. However, I did not ge

Re: [Scilab-users] Xcos simulation problem with Scilab 5.5.1

2014-10-16 Thread Clément David
lapack implementation. To fix the issue, please follow instruction there : http://www.scilab.org/en/community/news/20141016 -- Clément Le dimanche 12 octobre 2014 à 23:59 -0700, JWE a écrit : > Hello Clement, > > Thank you for checking my diagram. > As you suggested, I stripped th

Re: [Scilab-users] Question about RGB Colors

2014-10-16 Thread Dang, Christophe
Hello, > De Tyrone Bigguns > Envoyé : mercredi 15 octobre 2014 15:47 > > xlabel('Zielkosten','color','blue','fontsize',3); > > and instead of "blue" i wanted to insert a RGB code you should replace 'blue' by a number, e.g. xlabel('Zielkosten','color',2,'fontsize',3); then you can set that colou

[Scilab-users] Java System.err.println Messages not displayed in Scilab Console

2014-10-16 Thread Joo Cat
I was trying out Example 1 in Getting Started - Beginning under Java from Scilab. The Scilab that I was using was 5.5.1 32bit. Compiling and importing the Java code was not a problem. I was able to create a HelloWorld object as well. However, I did not get the "HelloWorld constructed!

[Scilab-users] Windows users, reinstall Scilab 5.5.1

2014-10-16 Thread Scilab Communications
*We invite all users who installed Scilab 5.5.1 under Windows, from the official release date until 10/15/2014 to reinstall the software.* Indeed, the libraries downloaded during the installation phase of Scilab did not load properly during this period. Now, these additional libraries have bee

[Scilab-users] Convert from discrete to continuous transfer function

2014-10-16 Thread Lloyd Lin
Dear scilab users, Is there in scilab any possibility to convert from discrete to continuous transfer function? Just like the d2c function in matlab. Or have any way to do this conversion? Regards! Lloyd. -- View this message in context: http://mailinglists.scilab.org/Convert-from-discrete-t

[Scilab-users] Question about RGB Colors

2014-10-16 Thread Tyrone Bigguns
Hello! I have a question to the following page: https://help.scilab.org/docs/5.4.1/fr_FR/xlabel.html It says that with "color" you can enter a RGB matrix value. How is that possible? My Code looks like this: xlabel('Zielkosten','color','blue','fontsize',3); and instead of "blue" i wanted to inse