Re: [Scilab-users] using web command

2016-07-10 Thread Offe rPade
://help.scilab.org/doc/5.5.2/en_US/getURL.html Regards Grzegorz 2016-07-10 7:55 GMT+02:00 Offe rPade <oferp...@013net.net>: In matlab gui, I used the following command: stat = web(['\help\propagation.htm'], '-browser') to get to my help files. Is there a similar command in scilab?

Re: [Scilab-users] plot2d question

2016-07-03 Thread Offe rPade
Thank you Samue! It works!!! Offer -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of sgoug...@free.fr Sent: Monday, July 04, 2016 7:52 AM To: Users mailing list for Scilab Subject: Re: [Scilab-users] plot2d question >- Mail original - >De:

Re: [Scilab-users] plot2d question

2016-07-03 Thread Offe rPade
=log(x); plot2d([x x],[y y],[1,-5],logflag='ln') Regards, Rafael From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of Offe rPade Sent: Sunday, July 03, 2016 5:58 PM To: users@lists.scilab.org Subject: [Scilab-users] plot2d question I could not use plot for drawing a semilog

[Scilab-users] plot2d question

2016-07-03 Thread Offe rPade
I could not use plot for drawing a semilog graph. So I am using plot2d, but if I want the curve to have both linestyle and markers, I have to draw the curve Twice, like: Plot2d(x,y,1,logflag='ln') for the line And then: Plot2d(x,y,-5,logflag='ln') for the markers. It is very cumbersome.

Re: [Scilab-users] color question

2016-06-29 Thread Offe rPade
Hi Philippe Thanks! Offer -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of philippe Sent: Wednesday, June 29, 2016 12:09 PM To: users@lists.scilab.org Subject: Re: [Scilab-users] color question Hi, Le 29/06/2016 09:40, Offe rPade a écrit : > I

[Scilab-users] color question

2016-06-29 Thread Offe rPade
I am using "getcolor". But I do not know how to get rgb from the color id. Is it possible? ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] color

2016-06-25 Thread Offe rPade
Does anyone knows if there is a parallel command to matlab's uisetcolor, in scilab? ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] scinotes question

2016-06-19 Thread Offe rPade
When I open scinotes, there is a line in the 80th column. I had this problem in matlab, but there it can be changed using preferences. I did not find this option in scilab. Is it possible at all? ___ users mailing list users@lists.scilab.org

[Scilab-users] a beginner question

2016-06-18 Thread Offe rPade
How to make scilab open in a certain directory ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users