Re: [Scilab-users] SciLab 6.0.1 and Symbolic Toolbox

2018-06-27 Thread philippe
Hi, Le 26/06/2018 à 09:54, kamienna.gora a écrit : > Dear All, > > I have got a simple question - how to install Symbolic Toolbox for SciLab > 6.0.1? > According to tutorial: "https://scilab.in/scilab-symbolic-toolbox;, point 5, > I got: "liboverload.so: undefined symbol: pvApiCtx". let's check

Re: [Scilab-users] Coding for a 3D Klein Bottle

2018-06-27 Thread philippe
you can find other example of the Klein "Bottle" made with scilab : http://rouxph.blogspot.com/2016/06/la-bouteille-de-klein.html Philippe Le 10/06/2018 à 17:18, Lester Anderson a écrit : > Thanks Samual! This is all good learning practice. Cheers, Lester > > > On 12:19, Sun, 10 Jun 2018

Re: [Scilab-users] Sockets in scilab 6.0

2018-06-27 Thread Adrian Weeks
Hi James, I'm glad you've managed to get more working. It's been some time since I worked on this so I can't remember most of the details. My oscilloscope (HP) is quite old and has a RS232 connection. I do remember that I spent quite a lot of time getting it to work correctly, like you,

Re: [Scilab-users] Voronoi tessellation/ Delaunay triangulation in 3d in Scilab?

2018-06-27 Thread Samuel Gougeon
Le 27/06/2018 à 01:45, Heinz Nabielek a écrit : On 27.06.2018, at 01:27, Samuel Gougeon wrote: Hello, Le 26/06/2018 à 20:42, Heinz Nabielek a écrit : Dear Scilab friends, I have 15,000 points in 3d space with known xyz Carthesian coordinates and the basic question is, if their arrangement

Re: [Scilab-users] Sockets in scilab 6.0

2018-06-27 Thread James Holland
Hello Adrian I have inmode outmode working now, I didn't initially realise that the curly brackets are supposed to be included, I suspect there is a bug there because binary and lf behave the same, the LF is always appended. The flush I need because I'm not (or shouldn't be) sending a LF. I was