[Scilab-users] evans() - sgrid(), scilab 6

2017-06-01 Thread Alan Teeder
When I add sgrid to my evans plot the root locus plot is not useable. The vertical scale is scaled by e+10 or more. I am using scilab-branch-6.0-1493471536 Any ideas, or is this a bug? Alan___ users mailing list users@lists.scilab.org

Re: [Scilab-users] Closing popup windwos

2017-06-01 Thread sgougeon
Hello, >Hi every body, > >I would like to know if there exist a function to close dialog windows >(like messagebox, progressionbar, waitbar...), as 'xdel' does for >regular graphic window(s). winH = waitbar(37,"Can it be closed before completion?"); close(winH); id = progressionbar("Work in

Re: [Scilab-users] interp2 in Scilab

2017-06-01 Thread marcus scilab
Vq = interp2(X,Y,V,Xq,Yq) works in scilab as V_new=splin2d(X,Y,V) Vq=interp2d(Xq,Yq,X,Y,V_new) -- View this message in context: http://mailinglists.scilab.org/interp2-in-Scilab-tp4036474p4036479.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

[Scilab-users] interp2 in Scilab

2017-06-01 Thread marcus scilab
Hello, i am trying to use an equal function to interp2 in matlab. So i've tried the linear_interpn but it doesnt work at all. I have xp and yp at size(1). x is a 1x26 y is a 1x241 and v is 26x241 so actually it should work. Can anyone help me please? Thanks -- View this message in context:

[Scilab-users] Closing popup windwos

2017-06-01 Thread Emmanuel Delaleau
Hi every body, I would like to know if there exist a function to close dialog windows (like messagebox, progressionbar, waitbar...), as 'xdel' does for regular graphic window(s). Best regards Emmanuel ___ users mailing list users@lists.scilab.org

[Scilab-users] finding pixel values in SIVP

2017-06-01 Thread nigamakashkumar
Hi. Just started using SIVP. For my project, I need the user to click on the image generated from the function imshow();. Then, I need to store the pixel values clicked (W.R.T the image or on the screen. I am ready to do any caliberations). I have to use these pixel values to do some

Re: [Scilab-users] Problems getting started with Xcos

2017-06-01 Thread ejg
Well, there seems to be a Windows connection. However, if it was a path issue Xcos would simply be unable to locate the file again, instead of opening it but messing it up. From: arwooldridge [via Scilab / Xcos - Mailing Lists Archives] [mailto:ml+s994242n4036490...@n3.nabble.com] Sent:

[Scilab-users] GUI start up stalls because of unreachable scilab.io (specified in newsfeed.xml)

2017-06-01 Thread Hermitte Luc (CS SI)
Hi, I'm trying to install scilab on our cluster, but before fine tuning the compilation, I've tried the binaries you've packaged. When I simply run `path/to/scilab`, I end up with: 1- java.net.ConnectException: Connection timed out 2- eventually, **minutes later**, the GUI pops up If I

[Scilab-users] Standalone program generation and compatibility questions

2017-06-01 Thread nigamakashkumar
Hi everyone, I am new to Scilab and am currently doing a project on image processing using SIVP. Due to the limitations of my system (Windows XP Professional, 2 GB - Ram), I am only able to install Scilab 5.3.3 and SIVP 0.5.0 (also scetoexe_0.1) The aim of the project is to create a standalone