[Scilab-users] scilab 6.0.0-beta-1 on Mac OS X El Capitan

2016-04-01 Thread jaipur
I installed scilab 6.0.0-beta-1 on Mac OS X El Capitan ver.10.11.4. I double-click "scilab 6.0.0-beta-1.app" icon in Application folder, then, the icon flashed but nothing happened. scilab 6.0.0-beta-1 does not work on Mac OS X El Capitan? My scilab-5.5.2 does work on same machine. -- View thi

Re: [Scilab-users] Phase shift and step size - electrical (XCOS)

2016-04-01 Thread laftek
Hi there. I see nobody is responding. Could somebody at least help me with step size ? Is there any chance I can set it manually ? This is what I mean. Could you help with Singularity in a block either? If I use mathematical operator :

Re: [Scilab-users] Running an .sce from the command line. message 9 (scilab: message 11 of 20) of 20)

2016-04-01 Thread Tim Wescott
From it's behavior, plot2d treats log(0) as a null point, or as a point that's "way down there". I don't know the details, but it's apparent when you plot it (and it works). plot2d, as you've found, treats colors differently than plot. "plot" is sort of the Matlab-ish way of doing things, while

Re: [Scilab-users] Running an .sce from the command line. message 9 (scilab: to exclusive) (scilab: to exclusive) of 20)

2016-04-01 Thread scilab . 20 . browseruk
> > Now all I need to resolve is my problem with setting the colors for > plot2d() so that I can get nice logplot axis and I'm done. > Responding to myself may not be the done thing here; but I just realised that color( r,g,b ); needs r,g,b as 0 -> 255 rather o -> 1 as used some other place

Re: [Scilab-users] Running an .sce from the command line. message 9 (scilab: to exclusive) of 20)

2016-04-01 Thread scilab . 20 . browseruk
> Set WshShell = WScript.CreateObject("WScript.Shell") > WshShell.AppActivate WScript.Arguments.Item(0) Adrian. Thanks. That would probably work; except I long ago disabled cscript/jscript/vbscript on my system for security reasons. I'm not sure I'd remember now how to re-enable it. (Nor that

Re: [Scilab-users] Running an .sce from the command line.

2016-04-01 Thread aweeks
Hi, I don't know if this will be any help to you in this particular case but it may be of some interest. I was using Scilab to control some hardware and receive and display data coming back. The data was displayed in a graphics window and I then had to enter some commands to the Scilab consol

Re: [Scilab-users] Running an .sce from the command line. message 9 of 20)

2016-04-01 Thread Samuel Gougeon
Hello, Le 01/04/2016 01:38, scilab.20.browse...@xoxy.net a écrit : Samuel, Thanks. I had to do it in two steps: f = gcf(); f.closerequestfcn="exit(0)"; . Yes, this works with Scilab 5 and Scilab 6. otherwise I get: gcf().closerequestfcn="exit(0)"; !--error 2 In